Class IntegrationClientCredentialsDetailsModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.webservicescommons.model.OAuthClientDetailsModel
-
- de.hybris.platform.inboundservices.model.IntegrationClientCredentialsDetailsModel
-
- All Implemented Interfaces:
java.io.Serializable
public class IntegrationClientCredentialsDetailsModel extends OAuthClientDetailsModel
Generated model class for type IntegrationClientCredentialsDetails first defined at extension inboundservices.Extended OAuthClientDetails for Integration Services authentication that requires user and supports only the client_credentials grant type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringUSERGenerated constant - Attribute key ofIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices.-
Fields inherited from class de.hybris.platform.webservicescommons.model.OAuthClientDetailsModel
ACCESSTOKENVALIDITYSECONDS, AUTHORITIES, AUTHORIZEDGRANTTYPES, AUTOAPPROVE, CLIENTID, CLIENTSECRET, DISABLED, OAUTHURL, REFRESHTOKENVALIDITYSECONDS, REGISTEREDREDIRECTURI, RESOURCEIDS, SCOPE
-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description IntegrationClientCredentialsDetailsModel()Generated constructor - Default constructor for generic creation.IntegrationClientCredentialsDetailsModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextIntegrationClientCredentialsDetailsModel(java.lang.String _clientId, ItemModel _owner, EmployeeModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersIntegrationClientCredentialsDetailsModel(java.lang.String _clientId, EmployeeModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeeModelgetUser()Generated method - Getter of theIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices.voidsetUser(EmployeeModel value)Generated method - Initial setter ofIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices.-
Methods inherited from class de.hybris.platform.webservicescommons.model.OAuthClientDetailsModel
getAccessTokenValiditySeconds, getAuthorities, getAuthorizedGrantTypes, getAutoApprove, getClientId, getClientSecret, getDisabled, getOAuthUrl, getRefreshTokenValiditySeconds, getRegisteredRedirectUri, getResourceIds, getScope, setAccessTokenValiditySeconds, setAuthorities, setAuthorizedGrantTypes, setAutoApprove, setClientId, setClientSecret, setDisabled, setOAuthUrl, setRefreshTokenValiditySeconds, setRegisteredRedirectUri, setResourceIds, setScope
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
USER
public static final java.lang.String USER
Generated constant - Attribute key ofIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IntegrationClientCredentialsDetailsModel
public IntegrationClientCredentialsDetailsModel()
Generated constructor - Default constructor for generic creation.
-
IntegrationClientCredentialsDetailsModel
public IntegrationClientCredentialsDetailsModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
IntegrationClientCredentialsDetailsModel
@Deprecated(since="4.1.1", forRemoval=true) public IntegrationClientCredentialsDetailsModel(java.lang.String _clientId, EmployeeModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_clientId- initial attribute declared by typeOAuthClientDetailsat extensionoauth2_user- initial attribute declared by typeIntegrationClientCredentialsDetailsat extensioninboundservices
-
IntegrationClientCredentialsDetailsModel
@Deprecated(since="4.1.1", forRemoval=true) public IntegrationClientCredentialsDetailsModel(java.lang.String _clientId, ItemModel _owner, EmployeeModel _user)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_clientId- initial attribute declared by typeOAuthClientDetailsat extensionoauth2_owner- initial attribute declared by typeItemat extensioncore_user- initial attribute declared by typeIntegrationClientCredentialsDetailsat extensioninboundservices
-
-
Method Detail
-
getUser
@Accessor(qualifier="user", type=GETTER) public EmployeeModel getUser()
Generated method - Getter of theIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices.- Returns:
- the user
-
setUser
@Accessor(qualifier="user", type=SETTER) public void setUser(EmployeeModel value)
Generated method - Initial setter ofIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices. Can only be used at creation of model - before first save.- Parameters:
value- the user
-
-