Class OpenIDClientDetailsModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.webservicescommons.model.OAuthClientDetailsModel
de.hybris.platform.webservicescommons.model.OpenIDClientDetailsModel
- All Implemented Interfaces:
Serializable
Generated model class for type OpenIDClientDetails first defined at extension oauth2.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofOpenIDClientDetails.externalScopeClaimNameattribute defined at extensionoauth2.static final StringGenerated constant - Attribute key ofOpenIDClientDetails.issuerattribute defined at extensionoauth2.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.OpenIDClientDetailsModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextOpenIDClientDetailsModel(String _clientId, String _issuer) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersOpenIDClientDetailsModel(String _clientId, String _issuer, ItemModel _owner) 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 TypeMethodDescriptionGenerated method - Getter of theOpenIDClientDetails.externalScopeClaimNameattribute defined at extensionoauth2.Generated method - Getter of theOpenIDClientDetails.issuerattribute defined at extensionoauth2.voidsetExternalScopeClaimName(String value) Generated method - Setter ofOpenIDClientDetails.externalScopeClaimNameattribute defined at extensionoauth2.voidGenerated method - Setter ofOpenIDClientDetails.issuerattribute defined at extensionoauth2.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:
-
EXTERNALSCOPECLAIMNAME
Generated constant - Attribute key ofOpenIDClientDetails.externalScopeClaimNameattribute defined at extensionoauth2.- See Also:
-
ISSUER
Generated constant - Attribute key ofOpenIDClientDetails.issuerattribute defined at extensionoauth2.- See Also:
-
-
Constructor Details
-
OpenIDClientDetailsModel
public OpenIDClientDetailsModel()Generated constructor - Default constructor for generic creation. -
OpenIDClientDetailsModel
public OpenIDClientDetailsModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
OpenIDClientDetailsModel
@Deprecated(since="4.1.1", forRemoval=true) public OpenIDClientDetailsModel(String _clientId, String _issuer) 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_issuer- initial attribute declared by typeOpenIDClientDetailsat extensionoauth2
-
OpenIDClientDetailsModel
@Deprecated(since="4.1.1", forRemoval=true) public OpenIDClientDetailsModel(String _clientId, String _issuer, ItemModel _owner) 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_issuer- initial attribute declared by typeOpenIDClientDetailsat extensionoauth2_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getExternalScopeClaimName
@Accessor(qualifier="externalScopeClaimName", type=GETTER) public String getExternalScopeClaimName()Generated method - Getter of theOpenIDClientDetails.externalScopeClaimNameattribute defined at extensionoauth2.- Returns:
- the externalScopeClaimName - External Scope Claim Name (if not null will be used in the JWT)
-
getIssuer
Generated method - Getter of theOpenIDClientDetails.issuerattribute defined at extensionoauth2.- Returns:
- the issuer - Issuer Name
-
setExternalScopeClaimName
@Accessor(qualifier="externalScopeClaimName", type=SETTER) public void setExternalScopeClaimName(String value) Generated method - Setter ofOpenIDClientDetails.externalScopeClaimNameattribute defined at extensionoauth2.- Parameters:
value- the externalScopeClaimName - External Scope Claim Name (if not null will be used in the JWT)
-
setIssuer
Generated method - Setter ofOpenIDClientDetails.issuerattribute defined at extensionoauth2.- Parameters:
value- the issuer - Issuer Name
-