public interface OAuthAuthorizationCode extends IdEObject
The following features are supported:
StorePackage.getOAuthAuthorizationCode()| Modifier and Type | Method and Description |
|---|---|
Authorization |
getAuthorization()
Returns the value of the 'Authorization' reference.
|
String |
getCode()
Returns the value of the 'Code' attribute.
|
OAuthServer |
getOauthServer()
Returns the value of the 'Oauth Server' reference.
|
User |
getUser()
Returns the value of the 'User' reference.
|
void |
setAuthorization(Authorization value)
Sets the value of the '
Authorization' reference. |
void |
setCode(String value)
Sets the value of the '
Code' attribute. |
void |
setOauthServer(OAuthServer value)
Sets the value of the '
Oauth Server' reference. |
void |
setUser(User value)
Sets the value of the '
User' reference. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeOAuthServer getOauthServer()
If the meaning of the 'Oauth Server' reference isn't clear, there really should be more of a description here...
setOauthServer(OAuthServer),
StorePackage.getOAuthAuthorizationCode_OauthServer()void setOauthServer(OAuthServer value)
Oauth Server' reference.
value - the new value of the 'Oauth Server' reference.getOauthServer()String getCode()
If the meaning of the 'Code' attribute isn't clear, there really should be more of a description here...
setCode(String),
StorePackage.getOAuthAuthorizationCode_Code()void setCode(String value)
Code' attribute.
value - the new value of the 'Code' attribute.getCode()Authorization getAuthorization()
If the meaning of the 'Authorization' reference isn't clear, there really should be more of a description here...
setAuthorization(Authorization),
StorePackage.getOAuthAuthorizationCode_Authorization()void setAuthorization(Authorization value)
Authorization' reference.
value - the new value of the 'Authorization' reference.getAuthorization()User getUser()
OAuth Issued Authorization Codes'.
If the meaning of the 'User' reference isn't clear, there really should be more of a description here...
setUser(User),
StorePackage.getOAuthAuthorizationCode_User(),
User.getOAuthIssuedAuthorizationCodes()Copyright © 2018 OpenSource BIM. All rights reserved.