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:
Serializable
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated 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, SCOPEFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.Generated constructor - Default constructor for creation with existing contextIntegrationClientCredentialsDetailsModel(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(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
Modifier and TypeMethodDescriptiongetUser()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, setScopeMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
USER
Generated constant - Attribute key ofIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices.- See Also:
-
-
Constructor Details
-
IntegrationClientCredentialsDetailsModel
public IntegrationClientCredentialsDetailsModel()Generated constructor - Default constructor for generic creation. -
IntegrationClientCredentialsDetailsModel
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(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(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 Details
-
getUser
Generated method - Getter of theIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices.- Returns:
- the user
-
setUser
Generated method - Initial setter ofIntegrationClientCredentialsDetails.userattribute defined at extensioninboundservices. Can only be used at creation of model - before first save.- Parameters:
value- the user
-