public abstract class GeneratedOAuthClientDetails extends GenericItem
OAuthClientDetails.GenericItem.GenericItemImplLocalizableItem.LocalizableItemImplExtensibleItem.ExtensibleItemImplItem.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException| Modifier and Type | Field and Description |
|---|---|
static String |
ACCESSTOKENVALIDITYSECONDS
Qualifier of the
OAuthClientDetails.accessTokenValiditySeconds attribute |
static String |
AUTHORITIES
Qualifier of the
OAuthClientDetails.authorities attribute |
static String |
AUTHORIZEDGRANTTYPES
Qualifier of the
OAuthClientDetails.authorizedGrantTypes attribute |
static String |
AUTOAPPROVE
Qualifier of the
OAuthClientDetails.autoApprove attribute |
static String |
CLIENTID
Qualifier of the
OAuthClientDetails.clientId attribute |
static String |
CLIENTSECRET
Qualifier of the
OAuthClientDetails.clientSecret attribute |
protected static Map<String,Item.AttributeMode> |
DEFAULT_INITIAL_ATTRIBUTES |
static String |
DISABLED
Qualifier of the
OAuthClientDetails.disabled attribute |
static String |
REFRESHTOKENVALIDITYSECONDS
Qualifier of the
OAuthClientDetails.refreshTokenValiditySeconds attribute |
static String |
REGISTEREDREDIRECTURI
Qualifier of the
OAuthClientDetails.registeredRedirectUri attribute |
static String |
RESOURCEIDS
Qualifier of the
OAuthClientDetails.resourceIds attribute |
static String |
SCOPE
Qualifier of the
OAuthClientDetails.scope attribute |
LANGUAGE_FALLBACK_ENABLED_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPEimpl, tenant| Constructor and Description |
|---|
GeneratedOAuthClientDetails() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAccessTokenValiditySeconds()
Generated method - Getter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
Integer |
getAccessTokenValiditySeconds(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
int |
getAccessTokenValiditySecondsAsPrimitive()
Generated method - Getter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
int |
getAccessTokenValiditySecondsAsPrimitive(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
Set<String> |
getAuthorities()
Generated method - Getter of the
OAuthClientDetails.authorities attribute. |
Set<String> |
getAuthorities(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.authorities attribute. |
Set<String> |
getAuthorizedGrantTypes()
Generated method - Getter of the
OAuthClientDetails.authorizedGrantTypes attribute. |
Set<String> |
getAuthorizedGrantTypes(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.authorizedGrantTypes attribute. |
Set<String> |
getAutoApprove()
Generated method - Getter of the
OAuthClientDetails.autoApprove attribute. |
Set<String> |
getAutoApprove(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.autoApprove attribute. |
String |
getClientId()
Generated method - Getter of the
OAuthClientDetails.clientId attribute. |
String |
getClientId(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.clientId attribute. |
String |
getClientSecret()
Generated method - Getter of the
OAuthClientDetails.clientSecret attribute. |
String |
getClientSecret(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.clientSecret attribute. |
protected Map<String,Item.AttributeMode> |
getDefaultAttributeModes() |
Integer |
getRefreshTokenValiditySeconds()
Generated method - Getter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
Integer |
getRefreshTokenValiditySeconds(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
int |
getRefreshTokenValiditySecondsAsPrimitive()
Generated method - Getter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
int |
getRefreshTokenValiditySecondsAsPrimitive(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
Set<String> |
getRegisteredRedirectUri()
Generated method - Getter of the
OAuthClientDetails.registeredRedirectUri attribute. |
Set<String> |
getRegisteredRedirectUri(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.registeredRedirectUri attribute. |
Set<String> |
getResourceIds()
Generated method - Getter of the
OAuthClientDetails.resourceIds attribute. |
Set<String> |
getResourceIds(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.resourceIds attribute. |
Set<String> |
getScope()
Generated method - Getter of the
OAuthClientDetails.scope attribute. |
Set<String> |
getScope(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.scope attribute. |
Boolean |
isDisabled()
Generated method - Getter of the
OAuthClientDetails.disabled attribute. |
Boolean |
isDisabled(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.disabled attribute. |
boolean |
isDisabledAsPrimitive()
Generated method - Getter of the
OAuthClientDetails.disabled attribute. |
boolean |
isDisabledAsPrimitive(SessionContext ctx)
Generated method - Getter of the
OAuthClientDetails.disabled attribute. |
void |
setAccessTokenValiditySeconds(int value)
Generated method - Setter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
void |
setAccessTokenValiditySeconds(Integer value)
Generated method - Setter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
void |
setAccessTokenValiditySeconds(SessionContext ctx,
int value)
Generated method - Setter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
void |
setAccessTokenValiditySeconds(SessionContext ctx,
Integer value)
Generated method - Setter of the
OAuthClientDetails.accessTokenValiditySeconds attribute. |
void |
setAuthorities(SessionContext ctx,
Set<String> value)
Generated method - Setter of the
OAuthClientDetails.authorities attribute. |
void |
setAuthorities(Set<String> value)
Generated method - Setter of the
OAuthClientDetails.authorities attribute. |
void |
setAuthorizedGrantTypes(SessionContext ctx,
Set<String> value)
Generated method - Setter of the
OAuthClientDetails.authorizedGrantTypes attribute. |
void |
setAuthorizedGrantTypes(Set<String> value)
Generated method - Setter of the
OAuthClientDetails.authorizedGrantTypes attribute. |
void |
setAutoApprove(SessionContext ctx,
Set<String> value)
Generated method - Setter of the
OAuthClientDetails.autoApprove attribute. |
void |
setAutoApprove(Set<String> value)
Generated method - Setter of the
OAuthClientDetails.autoApprove attribute. |
protected void |
setClientId(SessionContext ctx,
String value)
Generated method - Setter of the
OAuthClientDetails.clientId attribute. |
protected void |
setClientId(String value)
Generated method - Setter of the
OAuthClientDetails.clientId attribute. |
void |
setClientSecret(SessionContext ctx,
String value)
Generated method - Setter of the
OAuthClientDetails.clientSecret attribute. |
void |
setClientSecret(String value)
Generated method - Setter of the
OAuthClientDetails.clientSecret attribute. |
void |
setDisabled(boolean value)
Generated method - Setter of the
OAuthClientDetails.disabled attribute. |
void |
setDisabled(Boolean value)
Generated method - Setter of the
OAuthClientDetails.disabled attribute. |
void |
setDisabled(SessionContext ctx,
boolean value)
Generated method - Setter of the
OAuthClientDetails.disabled attribute. |
void |
setDisabled(SessionContext ctx,
Boolean value)
Generated method - Setter of the
OAuthClientDetails.disabled attribute. |
void |
setRefreshTokenValiditySeconds(int value)
Generated method - Setter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
void |
setRefreshTokenValiditySeconds(Integer value)
Generated method - Setter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
void |
setRefreshTokenValiditySeconds(SessionContext ctx,
int value)
Generated method - Setter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
void |
setRefreshTokenValiditySeconds(SessionContext ctx,
Integer value)
Generated method - Setter of the
OAuthClientDetails.refreshTokenValiditySeconds attribute. |
void |
setRegisteredRedirectUri(SessionContext ctx,
Set<String> value)
Generated method - Setter of the
OAuthClientDetails.registeredRedirectUri attribute. |
void |
setRegisteredRedirectUri(Set<String> value)
Generated method - Setter of the
OAuthClientDetails.registeredRedirectUri attribute. |
void |
setResourceIds(SessionContext ctx,
Set<String> value)
Generated method - Setter of the
OAuthClientDetails.resourceIds attribute. |
void |
setResourceIds(Set<String> value)
Generated method - Setter of the
OAuthClientDetails.resourceIds attribute. |
void |
setScope(SessionContext ctx,
Set<String> value)
Generated method - Setter of the
OAuthClientDetails.scope attribute. |
void |
setScope(Set<String> value)
Generated method - Setter of the
OAuthClientDetails.scope attribute. |
createItem, getInitialProperties, getNonInitialAttributesgetAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedPropertycreateNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setPropertyaddLinkedItems, 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, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, readResolve, refreshRemote, 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, writeReplacegetImplementation, setTenantpublic static final String CLIENTID
OAuthClientDetails.clientId attributepublic static final String RESOURCEIDS
OAuthClientDetails.resourceIds attributepublic static final String CLIENTSECRET
OAuthClientDetails.clientSecret attributepublic static final String SCOPE
OAuthClientDetails.scope attributepublic static final String AUTHORIZEDGRANTTYPES
OAuthClientDetails.authorizedGrantTypes attributepublic static final String REGISTEREDREDIRECTURI
OAuthClientDetails.registeredRedirectUri attributepublic static final String AUTHORITIES
OAuthClientDetails.authorities attributepublic static final String ACCESSTOKENVALIDITYSECONDS
OAuthClientDetails.accessTokenValiditySeconds attributepublic static final String REFRESHTOKENVALIDITYSECONDS
OAuthClientDetails.refreshTokenValiditySeconds attributepublic static final String AUTOAPPROVE
OAuthClientDetails.autoApprove attributepublic static final String DISABLED
OAuthClientDetails.disabled attributeprotected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
getDefaultAttributeModes in class Itempublic Integer getAccessTokenValiditySeconds(SessionContext ctx)
OAuthClientDetails.accessTokenValiditySeconds attribute.public Integer getAccessTokenValiditySeconds()
OAuthClientDetails.accessTokenValiditySeconds attribute.public int getAccessTokenValiditySecondsAsPrimitive(SessionContext ctx)
OAuthClientDetails.accessTokenValiditySeconds attribute.public int getAccessTokenValiditySecondsAsPrimitive()
OAuthClientDetails.accessTokenValiditySeconds attribute.public void setAccessTokenValiditySeconds(SessionContext ctx, Integer value)
OAuthClientDetails.accessTokenValiditySeconds attribute.value - the accessTokenValiditySeconds - Set of authorities granted to clientpublic void setAccessTokenValiditySeconds(Integer value)
OAuthClientDetails.accessTokenValiditySeconds attribute.value - the accessTokenValiditySeconds - Set of authorities granted to clientpublic void setAccessTokenValiditySeconds(SessionContext ctx, int value)
OAuthClientDetails.accessTokenValiditySeconds attribute.value - the accessTokenValiditySeconds - Set of authorities granted to clientpublic void setAccessTokenValiditySeconds(int value)
OAuthClientDetails.accessTokenValiditySeconds attribute.value - the accessTokenValiditySeconds - Set of authorities granted to clientpublic Set<String> getAuthorities(SessionContext ctx)
OAuthClientDetails.authorities attribute.public Set<String> getAuthorities()
OAuthClientDetails.authorities attribute.public void setAuthorities(SessionContext ctx, Set<String> value)
OAuthClientDetails.authorities attribute.value - the authorities - Set of authorities granted to clientpublic void setAuthorities(Set<String> value)
OAuthClientDetails.authorities attribute.value - the authorities - Set of authorities granted to clientpublic Set<String> getAuthorizedGrantTypes(SessionContext ctx)
OAuthClientDetails.authorizedGrantTypes attribute.public Set<String> getAuthorizedGrantTypes()
OAuthClientDetails.authorizedGrantTypes attribute.public void setAuthorizedGrantTypes(SessionContext ctx, Set<String> value)
OAuthClientDetails.authorizedGrantTypes attribute.value - the authorizedGrantTypes - Set of grant types for clientpublic void setAuthorizedGrantTypes(Set<String> value)
OAuthClientDetails.authorizedGrantTypes attribute.value - the authorizedGrantTypes - Set of grant types for clientpublic Set<String> getAutoApprove(SessionContext ctx)
OAuthClientDetails.autoApprove attribute.public Set<String> getAutoApprove()
OAuthClientDetails.autoApprove attribute.public void setAutoApprove(SessionContext ctx, Set<String> value)
OAuthClientDetails.autoApprove attribute.value - the autoApprove - Set of auto approve scopes of clientpublic void setAutoApprove(Set<String> value)
OAuthClientDetails.autoApprove attribute.value - the autoApprove - Set of auto approve scopes of clientpublic String getClientId(SessionContext ctx)
OAuthClientDetails.clientId attribute.public String getClientId()
OAuthClientDetails.clientId attribute.protected void setClientId(SessionContext ctx, String value)
OAuthClientDetails.clientId attribute.value - the clientId - Client Idprotected void setClientId(String value)
OAuthClientDetails.clientId attribute.value - the clientId - Client Idpublic String getClientSecret(SessionContext ctx)
OAuthClientDetails.clientSecret attribute.public String getClientSecret()
OAuthClientDetails.clientSecret attribute.public void setClientSecret(SessionContext ctx, String value)
OAuthClientDetails.clientSecret attribute.value - the clientSecret - Client Secretpublic void setClientSecret(String value)
OAuthClientDetails.clientSecret attribute.value - the clientSecret - Client Secretpublic Boolean isDisabled(SessionContext ctx)
OAuthClientDetails.disabled attribute.public Boolean isDisabled()
OAuthClientDetails.disabled attribute.public boolean isDisabledAsPrimitive(SessionContext ctx)
OAuthClientDetails.disabled attribute.public boolean isDisabledAsPrimitive()
OAuthClientDetails.disabled attribute.public void setDisabled(SessionContext ctx, Boolean value)
OAuthClientDetails.disabled attribute.value - the disabled - Client disabledpublic void setDisabled(Boolean value)
OAuthClientDetails.disabled attribute.value - the disabled - Client disabledpublic void setDisabled(SessionContext ctx, boolean value)
OAuthClientDetails.disabled attribute.value - the disabled - Client disabledpublic void setDisabled(boolean value)
OAuthClientDetails.disabled attribute.value - the disabled - Client disabledpublic Integer getRefreshTokenValiditySeconds(SessionContext ctx)
OAuthClientDetails.refreshTokenValiditySeconds attribute.public Integer getRefreshTokenValiditySeconds()
OAuthClientDetails.refreshTokenValiditySeconds attribute.public int getRefreshTokenValiditySecondsAsPrimitive(SessionContext ctx)
OAuthClientDetails.refreshTokenValiditySeconds attribute.public int getRefreshTokenValiditySecondsAsPrimitive()
OAuthClientDetails.refreshTokenValiditySeconds attribute.public void setRefreshTokenValiditySeconds(SessionContext ctx, Integer value)
OAuthClientDetails.refreshTokenValiditySeconds attribute.value - the refreshTokenValiditySeconds - Set of authorities granted to clientpublic void setRefreshTokenValiditySeconds(Integer value)
OAuthClientDetails.refreshTokenValiditySeconds attribute.value - the refreshTokenValiditySeconds - Set of authorities granted to clientpublic void setRefreshTokenValiditySeconds(SessionContext ctx, int value)
OAuthClientDetails.refreshTokenValiditySeconds attribute.value - the refreshTokenValiditySeconds - Set of authorities granted to clientpublic void setRefreshTokenValiditySeconds(int value)
OAuthClientDetails.refreshTokenValiditySeconds attribute.value - the refreshTokenValiditySeconds - Set of authorities granted to clientpublic Set<String> getRegisteredRedirectUri(SessionContext ctx)
OAuthClientDetails.registeredRedirectUri attribute.public Set<String> getRegisteredRedirectUri()
OAuthClientDetails.registeredRedirectUri attribute.public void setRegisteredRedirectUri(SessionContext ctx, Set<String> value)
OAuthClientDetails.registeredRedirectUri attribute.value - the registeredRedirectUri - Set of redirect Uri for clientpublic void setRegisteredRedirectUri(Set<String> value)
OAuthClientDetails.registeredRedirectUri attribute.value - the registeredRedirectUri - Set of redirect Uri for clientpublic Set<String> getResourceIds(SessionContext ctx)
OAuthClientDetails.resourceIds attribute.public Set<String> getResourceIds()
OAuthClientDetails.resourceIds attribute.public void setResourceIds(SessionContext ctx, Set<String> value)
OAuthClientDetails.resourceIds attribute.value - the resourceIds - Set of Resource Id'spublic void setResourceIds(Set<String> value)
OAuthClientDetails.resourceIds attribute.value - the resourceIds - Set of Resource Id'spublic Set<String> getScope(SessionContext ctx)
OAuthClientDetails.scope attribute.public Set<String> getScope()
OAuthClientDetails.scope attribute.public void setScope(SessionContext ctx, Set<String> value)
OAuthClientDetails.scope attribute.value - the scope - Set of client scopesCopyright © 2017 SAP SE. All Rights Reserved.