public class OpenIDExternalScopesModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CLIENTDETAILSID
Generated constant - Attribute key of
OpenIDExternalScopes.clientDetailsId attribute defined at extension oauth2. |
static java.lang.String |
CODE
Generated constant - Attribute key of
OpenIDExternalScopes.code attribute defined at extension oauth2. |
static java.lang.String |
PERMITTEDPRINCIPALS
Generated constant - Attribute key of
OpenIDExternalScopes.permittedPrincipals attribute defined at extension oauth2. |
static java.lang.String |
SCOPE
Generated constant - Attribute key of
OpenIDExternalScopes.scope attribute defined at extension oauth2. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OpenIDExternalScopesModel()
Generated constructor - Default constructor for generic creation.
|
OpenIDExternalScopesModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
OpenIDExternalScopesModel(OpenIDClientDetailsModel _clientDetailsId,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
OpenIDExternalScopesModel(OpenIDClientDetailsModel _clientDetailsId,
java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
OpenIDClientDetailsModel |
getClientDetailsId()
Generated method - Getter of the
OpenIDExternalScopes.clientDetailsId attribute defined at extension oauth2. |
java.lang.String |
getCode()
Generated method - Getter of the
OpenIDExternalScopes.code attribute defined at extension oauth2. |
java.util.Collection<PrincipalModel> |
getPermittedPrincipals()
Generated method - Getter of the
OpenIDExternalScopes.permittedPrincipals attribute defined at extension oauth2. |
java.util.Set<java.lang.String> |
getScope()
Generated method - Getter of the
OpenIDExternalScopes.scope attribute defined at extension oauth2. |
void |
setClientDetailsId(OpenIDClientDetailsModel value)
Generated method - Setter of
OpenIDExternalScopes.clientDetailsId attribute defined at extension oauth2. |
void |
setCode(java.lang.String value)
Generated method - Setter of
OpenIDExternalScopes.code attribute defined at extension oauth2. |
void |
setPermittedPrincipals(java.util.Collection<PrincipalModel> value)
Generated method - Setter of
OpenIDExternalScopes.permittedPrincipals attribute defined at extension oauth2. |
void |
setScope(java.util.Set<java.lang.String> value)
Generated method - Setter of
OpenIDExternalScopes.scope attribute defined at extension oauth2. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String CODE
OpenIDExternalScopes.code attribute defined at extension oauth2.public static final java.lang.String CLIENTDETAILSID
OpenIDExternalScopes.clientDetailsId attribute defined at extension oauth2.public static final java.lang.String PERMITTEDPRINCIPALS
OpenIDExternalScopes.permittedPrincipals attribute defined at extension oauth2.public static final java.lang.String SCOPE
OpenIDExternalScopes.scope attribute defined at extension oauth2.public OpenIDExternalScopesModel()
public OpenIDExternalScopesModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OpenIDExternalScopesModel(OpenIDClientDetailsModel _clientDetailsId, java.lang.String _code)
_clientDetailsId - initial attribute declared by type OpenIDExternalScopes at extension oauth2_code - initial attribute declared by type OpenIDExternalScopes at extension oauth2@Deprecated public OpenIDExternalScopesModel(OpenIDClientDetailsModel _clientDetailsId, java.lang.String _code, ItemModel _owner)
_clientDetailsId - initial attribute declared by type OpenIDExternalScopes at extension oauth2_code - initial attribute declared by type OpenIDExternalScopes at extension oauth2_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="clientDetailsId", type=GETTER) public OpenIDClientDetailsModel getClientDetailsId()
OpenIDExternalScopes.clientDetailsId attribute defined at extension oauth2.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
OpenIDExternalScopes.code attribute defined at extension oauth2.@Accessor(qualifier="permittedPrincipals", type=GETTER) public java.util.Collection<PrincipalModel> getPermittedPrincipals()
OpenIDExternalScopes.permittedPrincipals attribute defined at extension oauth2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="scope", type=GETTER) public java.util.Set<java.lang.String> getScope()
OpenIDExternalScopes.scope attribute defined at extension oauth2.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="clientDetailsId", type=SETTER) public void setClientDetailsId(OpenIDClientDetailsModel value)
OpenIDExternalScopes.clientDetailsId attribute defined at extension oauth2.value - the clientDetailsId - Client Details Id@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
OpenIDExternalScopes.code attribute defined at extension oauth2.value - the code@Accessor(qualifier="permittedPrincipals", type=SETTER) public void setPermittedPrincipals(java.util.Collection<PrincipalModel> value)
OpenIDExternalScopes.permittedPrincipals attribute defined at extension oauth2.value - the permittedPrincipals - Collection of Principals that are assigned to this set od scopesCopyright © 2018 SAP SE. All Rights Reserved.