public class OAuthRefreshTokenModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
AUTHENTICATION
Generated constant - Attribute key of
OAuthRefreshToken.authentication attribute defined at extension oauth2. |
static java.lang.String |
TOKEN
Generated constant - Attribute key of
OAuthRefreshToken.token attribute defined at extension oauth2. |
static java.lang.String |
TOKENID
Generated constant - Attribute key of
OAuthRefreshToken.tokenId attribute defined at extension oauth2. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OAuthRefreshTokenModel()
Generated constructor - Default constructor for generic creation.
|
OAuthRefreshTokenModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
OAuthRefreshTokenModel(ItemModel _owner,
java.lang.String _tokenId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
OAuthRefreshTokenModel(java.lang.String _tokenId)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAuthentication()
Generated method - Getter of the
OAuthRefreshToken.authentication attribute defined at extension oauth2. |
java.lang.Object |
getToken()
Generated method - Getter of the
OAuthRefreshToken.token attribute defined at extension oauth2. |
java.lang.String |
getTokenId()
Generated method - Getter of the
OAuthRefreshToken.tokenId attribute defined at extension oauth2. |
void |
setAuthentication(java.lang.Object value)
Generated method - Setter of
OAuthRefreshToken.authentication attribute defined at extension oauth2. |
void |
setToken(java.lang.Object value)
Generated method - Setter of
OAuthRefreshToken.token attribute defined at extension oauth2. |
void |
setTokenId(java.lang.String value)
Generated method - Setter of
OAuthRefreshToken.tokenId 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 TOKENID
OAuthRefreshToken.tokenId attribute defined at extension oauth2.public static final java.lang.String TOKEN
OAuthRefreshToken.token attribute defined at extension oauth2.public static final java.lang.String AUTHENTICATION
OAuthRefreshToken.authentication attribute defined at extension oauth2.public OAuthRefreshTokenModel()
public OAuthRefreshTokenModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OAuthRefreshTokenModel(java.lang.String _tokenId)
_tokenId - initial attribute declared by type OAuthRefreshToken at extension oauth2@Deprecated public OAuthRefreshTokenModel(ItemModel _owner, java.lang.String _tokenId)
_owner - initial attribute declared by type Item at extension core_tokenId - initial attribute declared by type OAuthRefreshToken at extension oauth2@Accessor(qualifier="authentication", type=GETTER) public java.lang.Object getAuthentication()
OAuthRefreshToken.authentication attribute defined at extension oauth2.@Accessor(qualifier="token", type=GETTER) public java.lang.Object getToken()
OAuthRefreshToken.token attribute defined at extension oauth2.@Accessor(qualifier="tokenId", type=GETTER) public java.lang.String getTokenId()
OAuthRefreshToken.tokenId attribute defined at extension oauth2.@Accessor(qualifier="authentication", type=SETTER) public void setAuthentication(java.lang.Object value)
OAuthRefreshToken.authentication attribute defined at extension oauth2.value - the authentication - Serialized authentication object@Accessor(qualifier="token", type=SETTER) public void setToken(java.lang.Object value)
OAuthRefreshToken.token attribute defined at extension oauth2.value - the token - Serialized token objectCopyright © 2018 SAP SE. All Rights Reserved.