Class OAuthClientDetails
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.webservicescommons.jalo.OAuthClientDetails
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
OpenIDClientDetails
public class OAuthClientDetails extends GenericItem
Generated class for type OAuthClientDetails.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ACCESSTOKENVALIDITYSECONDS
Qualifier of theOAuthClientDetails.accessTokenValiditySeconds
attributestatic java.lang.String
AUTHORITIES
Qualifier of theOAuthClientDetails.authorities
attributestatic java.lang.String
AUTHORIZEDGRANTTYPES
Qualifier of theOAuthClientDetails.authorizedGrantTypes
attributestatic java.lang.String
AUTOAPPROVE
Qualifier of theOAuthClientDetails.autoApprove
attributestatic java.lang.String
CLIENTID
Qualifier of theOAuthClientDetails.clientId
attributestatic java.lang.String
CLIENTSECRET
Qualifier of theOAuthClientDetails.clientSecret
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DISABLED
Qualifier of theOAuthClientDetails.disabled
attributestatic java.lang.String
REFRESHTOKENVALIDITYSECONDS
Qualifier of theOAuthClientDetails.refreshTokenValiditySeconds
attributestatic java.lang.String
REGISTEREDREDIRECTURI
Qualifier of theOAuthClientDetails.registeredRedirectUri
attributestatic java.lang.String
RESOURCEIDS
Qualifier of theOAuthClientDetails.resourceIds
attributestatic java.lang.String
SCOPE
Qualifier of theOAuthClientDetails.scope
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description OAuthClientDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getAccessTokenValiditySeconds()
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.java.lang.Integer
getAccessTokenValiditySeconds(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.int
getAccessTokenValiditySecondsAsPrimitive()
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.int
getAccessTokenValiditySecondsAsPrimitive(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.java.util.Set<java.lang.String>
getAuthorities()
Generated method - Getter of theOAuthClientDetails.authorities
attribute.java.util.Set<java.lang.String>
getAuthorities(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.authorities
attribute.java.util.Set<java.lang.String>
getAuthorizedGrantTypes()
Generated method - Getter of theOAuthClientDetails.authorizedGrantTypes
attribute.java.util.Set<java.lang.String>
getAuthorizedGrantTypes(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.authorizedGrantTypes
attribute.java.util.Set<java.lang.String>
getAutoApprove()
Generated method - Getter of theOAuthClientDetails.autoApprove
attribute.java.util.Set<java.lang.String>
getAutoApprove(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.autoApprove
attribute.java.lang.String
getClientId()
Generated method - Getter of theOAuthClientDetails.clientId
attribute.java.lang.String
getClientId(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.clientId
attribute.java.lang.String
getClientSecret()
Generated method - Getter of theOAuthClientDetails.clientSecret
attribute.java.lang.String
getClientSecret(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.clientSecret
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.Integer
getRefreshTokenValiditySeconds()
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.java.lang.Integer
getRefreshTokenValiditySeconds(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.int
getRefreshTokenValiditySecondsAsPrimitive()
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.int
getRefreshTokenValiditySecondsAsPrimitive(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.java.util.Set<java.lang.String>
getRegisteredRedirectUri()
Generated method - Getter of theOAuthClientDetails.registeredRedirectUri
attribute.java.util.Set<java.lang.String>
getRegisteredRedirectUri(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.registeredRedirectUri
attribute.java.util.Set<java.lang.String>
getResourceIds()
Generated method - Getter of theOAuthClientDetails.resourceIds
attribute.java.util.Set<java.lang.String>
getResourceIds(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.resourceIds
attribute.java.util.Set<java.lang.String>
getScope()
Generated method - Getter of theOAuthClientDetails.scope
attribute.java.util.Set<java.lang.String>
getScope(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.scope
attribute.java.lang.Boolean
isDisabled()
Generated method - Getter of theOAuthClientDetails.disabled
attribute.java.lang.Boolean
isDisabled(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.disabled
attribute.boolean
isDisabledAsPrimitive()
Generated method - Getter of theOAuthClientDetails.disabled
attribute.boolean
isDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.disabled
attribute.void
setAccessTokenValiditySeconds(int value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.void
setAccessTokenValiditySeconds(SessionContext ctx, int value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.void
setAccessTokenValiditySeconds(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.void
setAccessTokenValiditySeconds(java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.void
setAuthorities(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorities
attribute.void
setAuthorities(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorities
attribute.void
setAuthorizedGrantTypes(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorizedGrantTypes
attribute.void
setAuthorizedGrantTypes(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorizedGrantTypes
attribute.void
setAutoApprove(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.autoApprove
attribute.void
setAutoApprove(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.autoApprove
attribute.protected void
setClientId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientId
attribute.protected void
setClientId(java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientId
attribute.void
setClientSecret(SessionContext ctx, java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientSecret
attribute.void
setClientSecret(java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientSecret
attribute.void
setDisabled(boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.void
setDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.void
setDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.void
setDisabled(java.lang.Boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.void
setRefreshTokenValiditySeconds(int value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.void
setRefreshTokenValiditySeconds(SessionContext ctx, int value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.void
setRefreshTokenValiditySeconds(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.void
setRefreshTokenValiditySeconds(java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.void
setRegisteredRedirectUri(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.registeredRedirectUri
attribute.void
setRegisteredRedirectUri(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.registeredRedirectUri
attribute.void
setResourceIds(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.resourceIds
attribute.void
setResourceIds(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.resourceIds
attribute.void
setScope(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.scope
attribute.void
setScope(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.scope
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CLIENTID
public static final java.lang.String CLIENTID
Qualifier of theOAuthClientDetails.clientId
attribute- See Also:
- Constant Field Values
-
RESOURCEIDS
public static final java.lang.String RESOURCEIDS
Qualifier of theOAuthClientDetails.resourceIds
attribute- See Also:
- Constant Field Values
-
CLIENTSECRET
public static final java.lang.String CLIENTSECRET
Qualifier of theOAuthClientDetails.clientSecret
attribute- See Also:
- Constant Field Values
-
SCOPE
public static final java.lang.String SCOPE
Qualifier of theOAuthClientDetails.scope
attribute- See Also:
- Constant Field Values
-
AUTHORIZEDGRANTTYPES
public static final java.lang.String AUTHORIZEDGRANTTYPES
Qualifier of theOAuthClientDetails.authorizedGrantTypes
attribute- See Also:
- Constant Field Values
-
REGISTEREDREDIRECTURI
public static final java.lang.String REGISTEREDREDIRECTURI
Qualifier of theOAuthClientDetails.registeredRedirectUri
attribute- See Also:
- Constant Field Values
-
AUTHORITIES
public static final java.lang.String AUTHORITIES
Qualifier of theOAuthClientDetails.authorities
attribute- See Also:
- Constant Field Values
-
ACCESSTOKENVALIDITYSECONDS
public static final java.lang.String ACCESSTOKENVALIDITYSECONDS
Qualifier of theOAuthClientDetails.accessTokenValiditySeconds
attribute- See Also:
- Constant Field Values
-
REFRESHTOKENVALIDITYSECONDS
public static final java.lang.String REFRESHTOKENVALIDITYSECONDS
Qualifier of theOAuthClientDetails.refreshTokenValiditySeconds
attribute- See Also:
- Constant Field Values
-
AUTOAPPROVE
public static final java.lang.String AUTOAPPROVE
Qualifier of theOAuthClientDetails.autoApprove
attribute- See Also:
- Constant Field Values
-
DISABLED
public static final java.lang.String DISABLED
Qualifier of theOAuthClientDetails.disabled
attribute- See Also:
- Constant Field Values
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getAccessTokenValiditySeconds
public java.lang.Integer getAccessTokenValiditySeconds(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Returns:
- the accessTokenValiditySeconds - Set of authorities granted to client
-
getAccessTokenValiditySeconds
public java.lang.Integer getAccessTokenValiditySeconds()
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Returns:
- the accessTokenValiditySeconds - Set of authorities granted to client
-
getAccessTokenValiditySecondsAsPrimitive
public int getAccessTokenValiditySecondsAsPrimitive(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Returns:
- the accessTokenValiditySeconds - Set of authorities granted to client
-
getAccessTokenValiditySecondsAsPrimitive
public int getAccessTokenValiditySecondsAsPrimitive()
Generated method - Getter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Returns:
- the accessTokenValiditySeconds - Set of authorities granted to client
-
setAccessTokenValiditySeconds
public void setAccessTokenValiditySeconds(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Parameters:
value
- the accessTokenValiditySeconds - Set of authorities granted to client
-
setAccessTokenValiditySeconds
public void setAccessTokenValiditySeconds(java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Parameters:
value
- the accessTokenValiditySeconds - Set of authorities granted to client
-
setAccessTokenValiditySeconds
public void setAccessTokenValiditySeconds(SessionContext ctx, int value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Parameters:
value
- the accessTokenValiditySeconds - Set of authorities granted to client
-
setAccessTokenValiditySeconds
public void setAccessTokenValiditySeconds(int value)
Generated method - Setter of theOAuthClientDetails.accessTokenValiditySeconds
attribute.- Parameters:
value
- the accessTokenValiditySeconds - Set of authorities granted to client
-
getAuthorities
public java.util.Set<java.lang.String> getAuthorities(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.authorities
attribute.- Returns:
- the authorities - Set of authorities granted to client
-
getAuthorities
public java.util.Set<java.lang.String> getAuthorities()
Generated method - Getter of theOAuthClientDetails.authorities
attribute.- Returns:
- the authorities - Set of authorities granted to client
-
setAuthorities
public void setAuthorities(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorities
attribute.- Parameters:
value
- the authorities - Set of authorities granted to client
-
setAuthorities
public void setAuthorities(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorities
attribute.- Parameters:
value
- the authorities - Set of authorities granted to client
-
getAuthorizedGrantTypes
public java.util.Set<java.lang.String> getAuthorizedGrantTypes(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.authorizedGrantTypes
attribute.- Returns:
- the authorizedGrantTypes - Set of grant types for client
-
getAuthorizedGrantTypes
public java.util.Set<java.lang.String> getAuthorizedGrantTypes()
Generated method - Getter of theOAuthClientDetails.authorizedGrantTypes
attribute.- Returns:
- the authorizedGrantTypes - Set of grant types for client
-
setAuthorizedGrantTypes
public void setAuthorizedGrantTypes(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorizedGrantTypes
attribute.- Parameters:
value
- the authorizedGrantTypes - Set of grant types for client
-
setAuthorizedGrantTypes
public void setAuthorizedGrantTypes(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.authorizedGrantTypes
attribute.- Parameters:
value
- the authorizedGrantTypes - Set of grant types for client
-
getAutoApprove
public java.util.Set<java.lang.String> getAutoApprove(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.autoApprove
attribute.- Returns:
- the autoApprove - Set of auto approve scopes of client
-
getAutoApprove
public java.util.Set<java.lang.String> getAutoApprove()
Generated method - Getter of theOAuthClientDetails.autoApprove
attribute.- Returns:
- the autoApprove - Set of auto approve scopes of client
-
setAutoApprove
public void setAutoApprove(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.autoApprove
attribute.- Parameters:
value
- the autoApprove - Set of auto approve scopes of client
-
setAutoApprove
public void setAutoApprove(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.autoApprove
attribute.- Parameters:
value
- the autoApprove - Set of auto approve scopes of client
-
getClientId
public java.lang.String getClientId(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.clientId
attribute.- Returns:
- the clientId - Client Id
-
getClientId
public java.lang.String getClientId()
Generated method - Getter of theOAuthClientDetails.clientId
attribute.- Returns:
- the clientId - Client Id
-
setClientId
protected void setClientId(SessionContext ctx, java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientId
attribute.- Parameters:
value
- the clientId - Client Id
-
setClientId
protected void setClientId(java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientId
attribute.- Parameters:
value
- the clientId - Client Id
-
getClientSecret
public java.lang.String getClientSecret(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.clientSecret
attribute.- Returns:
- the clientSecret - Client Secret
-
getClientSecret
public java.lang.String getClientSecret()
Generated method - Getter of theOAuthClientDetails.clientSecret
attribute.- Returns:
- the clientSecret - Client Secret
-
setClientSecret
public void setClientSecret(SessionContext ctx, java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientSecret
attribute.- Parameters:
value
- the clientSecret - Client Secret
-
setClientSecret
public void setClientSecret(java.lang.String value)
Generated method - Setter of theOAuthClientDetails.clientSecret
attribute.- Parameters:
value
- the clientSecret - Client Secret
-
isDisabled
public java.lang.Boolean isDisabled(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.disabled
attribute.- Returns:
- the disabled - Client disabled
-
isDisabled
public java.lang.Boolean isDisabled()
Generated method - Getter of theOAuthClientDetails.disabled
attribute.- Returns:
- the disabled - Client disabled
-
isDisabledAsPrimitive
public boolean isDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.disabled
attribute.- Returns:
- the disabled - Client disabled
-
isDisabledAsPrimitive
public boolean isDisabledAsPrimitive()
Generated method - Getter of theOAuthClientDetails.disabled
attribute.- Returns:
- the disabled - Client disabled
-
setDisabled
public void setDisabled(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.- Parameters:
value
- the disabled - Client disabled
-
setDisabled
public void setDisabled(java.lang.Boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.- Parameters:
value
- the disabled - Client disabled
-
setDisabled
public void setDisabled(SessionContext ctx, boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.- Parameters:
value
- the disabled - Client disabled
-
setDisabled
public void setDisabled(boolean value)
Generated method - Setter of theOAuthClientDetails.disabled
attribute.- Parameters:
value
- the disabled - Client disabled
-
getRefreshTokenValiditySeconds
public java.lang.Integer getRefreshTokenValiditySeconds(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Returns:
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
getRefreshTokenValiditySeconds
public java.lang.Integer getRefreshTokenValiditySeconds()
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Returns:
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
getRefreshTokenValiditySecondsAsPrimitive
public int getRefreshTokenValiditySecondsAsPrimitive(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Returns:
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
getRefreshTokenValiditySecondsAsPrimitive
public int getRefreshTokenValiditySecondsAsPrimitive()
Generated method - Getter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Returns:
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
setRefreshTokenValiditySeconds
public void setRefreshTokenValiditySeconds(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Parameters:
value
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
setRefreshTokenValiditySeconds
public void setRefreshTokenValiditySeconds(java.lang.Integer value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Parameters:
value
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
setRefreshTokenValiditySeconds
public void setRefreshTokenValiditySeconds(SessionContext ctx, int value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Parameters:
value
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
setRefreshTokenValiditySeconds
public void setRefreshTokenValiditySeconds(int value)
Generated method - Setter of theOAuthClientDetails.refreshTokenValiditySeconds
attribute.- Parameters:
value
- the refreshTokenValiditySeconds - Set of authorities granted to client
-
getRegisteredRedirectUri
public java.util.Set<java.lang.String> getRegisteredRedirectUri(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.registeredRedirectUri
attribute.- Returns:
- the registeredRedirectUri - Set of redirect Uri for client
-
getRegisteredRedirectUri
public java.util.Set<java.lang.String> getRegisteredRedirectUri()
Generated method - Getter of theOAuthClientDetails.registeredRedirectUri
attribute.- Returns:
- the registeredRedirectUri - Set of redirect Uri for client
-
setRegisteredRedirectUri
public void setRegisteredRedirectUri(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.registeredRedirectUri
attribute.- Parameters:
value
- the registeredRedirectUri - Set of redirect Uri for client
-
setRegisteredRedirectUri
public void setRegisteredRedirectUri(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.registeredRedirectUri
attribute.- Parameters:
value
- the registeredRedirectUri - Set of redirect Uri for client
-
getResourceIds
public java.util.Set<java.lang.String> getResourceIds(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.resourceIds
attribute.- Returns:
- the resourceIds - Set of Resource Id's
-
getResourceIds
public java.util.Set<java.lang.String> getResourceIds()
Generated method - Getter of theOAuthClientDetails.resourceIds
attribute.- Returns:
- the resourceIds - Set of Resource Id's
-
setResourceIds
public void setResourceIds(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.resourceIds
attribute.- Parameters:
value
- the resourceIds - Set of Resource Id's
-
setResourceIds
public void setResourceIds(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.resourceIds
attribute.- Parameters:
value
- the resourceIds - Set of Resource Id's
-
getScope
public java.util.Set<java.lang.String> getScope(SessionContext ctx)
Generated method - Getter of theOAuthClientDetails.scope
attribute.- Returns:
- the scope - Set of client scopes
-
getScope
public java.util.Set<java.lang.String> getScope()
Generated method - Getter of theOAuthClientDetails.scope
attribute.- Returns:
- the scope - Set of client scopes
-
setScope
public void setScope(SessionContext ctx, java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.scope
attribute.- Parameters:
value
- the scope - Set of client scopes
-
setScope
public void setScope(java.util.Set<java.lang.String> value)
Generated method - Setter of theOAuthClientDetails.scope
attribute.- Parameters:
value
- the scope - Set of client scopes
-
-