public class ExposedOAuthCredentialModel extends AbstractCredentialModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
OAUTHCLIENTDETAILS
Generated constant - Attribute key of
ExposedOAuthCredential.oAuthClientDetails attribute defined at extension apiregistryservices. |
static java.lang.String |
PASSWORD
Generated constant - Attribute key of
ExposedOAuthCredential.password attribute defined at extension apiregistryservices. |
ID_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ExposedOAuthCredentialModel()
Generated constructor - Default constructor for generic creation.
|
ExposedOAuthCredentialModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ExposedOAuthCredentialModel(java.lang.String _id,
OAuthClientDetailsModel _oAuthClientDetails)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ExposedOAuthCredentialModel(java.lang.String _id,
OAuthClientDetailsModel _oAuthClientDetails,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
OAuthClientDetailsModel |
getOAuthClientDetails()
Generated method - Getter of the
ExposedOAuthCredential.oAuthClientDetails attribute defined at extension apiregistryservices. |
java.lang.String |
getPassword()
Generated method - Getter of the
ExposedOAuthCredential.password attribute defined at extension apiregistryservices. |
void |
setOAuthClientDetails(OAuthClientDetailsModel value)
Generated method - Setter of
ExposedOAuthCredential.oAuthClientDetails attribute defined at extension apiregistryservices. |
void |
setPassword(java.lang.String value)
Generated method - Setter of
ExposedOAuthCredential.password attribute defined at extension apiregistryservices. |
getId, setIdgetComments, 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 OAUTHCLIENTDETAILS
ExposedOAuthCredential.oAuthClientDetails attribute defined at extension apiregistryservices.public static final java.lang.String PASSWORD
ExposedOAuthCredential.password attribute defined at extension apiregistryservices.public ExposedOAuthCredentialModel()
public ExposedOAuthCredentialModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ExposedOAuthCredentialModel(java.lang.String _id,
OAuthClientDetailsModel _oAuthClientDetails)
_id - initial attribute declared by type AbstractCredential at extension apiregistryservices_oAuthClientDetails - initial attribute declared by type ExposedOAuthCredential at extension apiregistryservices@Deprecated
public ExposedOAuthCredentialModel(java.lang.String _id,
OAuthClientDetailsModel _oAuthClientDetails,
ItemModel _owner)
_id - initial attribute declared by type AbstractCredential at extension apiregistryservices_oAuthClientDetails - initial attribute declared by type ExposedOAuthCredential at extension apiregistryservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="oAuthClientDetails", type=GETTER) public OAuthClientDetailsModel getOAuthClientDetails()
ExposedOAuthCredential.oAuthClientDetails attribute defined at extension apiregistryservices.@Accessor(qualifier="password", type=GETTER) public java.lang.String getPassword()
ExposedOAuthCredential.password attribute defined at extension apiregistryservices.@Accessor(qualifier="oAuthClientDetails", type=SETTER) public void setOAuthClientDetails(OAuthClientDetailsModel value)
ExposedOAuthCredential.oAuthClientDetails attribute defined at extension apiregistryservices.value - the oAuthClientDetailsCopyright © 2018 SAP SE. All Rights Reserved.