public interface OAuthServer extends IdEObject
The following features are supported:
StorePackage.getOAuthServer()| Modifier and Type | Method and Description |
|---|---|
String |
getApiUrl()
Returns the value of the 'Api Url' attribute.
|
String |
getClientDescription()
Returns the value of the 'Client Description' attribute.
|
byte[] |
getClientIcon()
Returns the value of the 'Client Icon' attribute.
|
String |
getClientId()
Returns the value of the 'Client Id' attribute.
|
String |
getClientName()
Returns the value of the 'Client Name' attribute.
|
String |
getClientSecret()
Returns the value of the 'Client Secret' attribute.
|
String |
getClientUrl()
Returns the value of the 'Client Url' attribute.
|
Date |
getExpiresAt()
Returns the value of the 'Expires At' attribute.
|
Date |
getIssuedAt()
Returns the value of the 'Issued At' attribute.
|
String |
getRedirectUrl()
Returns the value of the 'Redirect Url' attribute.
|
String |
getRegistrationEndpoint()
Returns the value of the 'Registration Endpoint' attribute.
|
String |
getRegistrationUrl()
Returns the value of the 'Registration Url' attribute.
|
boolean |
isIncoming()
Returns the value of the 'Incoming' attribute.
|
void |
setApiUrl(String value)
Sets the value of the '
Api Url' attribute. |
void |
setClientDescription(String value)
Sets the value of the '
Client Description' attribute. |
void |
setClientIcon(byte[] value)
Sets the value of the '
Client Icon' attribute. |
void |
setClientId(String value)
Sets the value of the '
Client Id' attribute. |
void |
setClientName(String value)
Sets the value of the '
Client Name' attribute. |
void |
setClientSecret(String value)
Sets the value of the '
Client Secret' attribute. |
void |
setClientUrl(String value)
Sets the value of the '
Client Url' attribute. |
void |
setExpiresAt(Date value)
Sets the value of the '
Expires At' attribute. |
void |
setIncoming(boolean value)
Sets the value of the '
Incoming' attribute. |
void |
setIssuedAt(Date value)
Sets the value of the '
Issued At' attribute. |
void |
setRedirectUrl(String value)
Sets the value of the '
Redirect Url' attribute. |
void |
setRegistrationEndpoint(String value)
Sets the value of the '
Registration Endpoint' attribute. |
void |
setRegistrationUrl(String value)
Sets the value of the '
Registration Url' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getRegistrationUrl()
If the meaning of the 'Registration Url' attribute isn't clear, there really should be more of a description here...
setRegistrationUrl(String),
StorePackage.getOAuthServer_RegistrationUrl()void setRegistrationUrl(String value)
Registration Url' attribute.
value - the new value of the 'Registration Url' attribute.getRegistrationUrl()String getClientId()
If the meaning of the 'Client Id' attribute isn't clear, there really should be more of a description here...
setClientId(String),
StorePackage.getOAuthServer_ClientId()void setClientId(String value)
Client Id' attribute.
value - the new value of the 'Client Id' attribute.getClientId()String getClientSecret()
If the meaning of the 'Client Secret' attribute isn't clear, there really should be more of a description here...
setClientSecret(String),
StorePackage.getOAuthServer_ClientSecret()void setClientSecret(String value)
Client Secret' attribute.
value - the new value of the 'Client Secret' attribute.getClientSecret()String getClientName()
If the meaning of the 'Client Name' attribute isn't clear, there really should be more of a description here...
setClientName(String),
StorePackage.getOAuthServer_ClientName()void setClientName(String value)
Client Name' attribute.
value - the new value of the 'Client Name' attribute.getClientName()byte[] getClientIcon()
If the meaning of the 'Client Icon' attribute isn't clear, there really should be more of a description here...
setClientIcon(byte[]),
StorePackage.getOAuthServer_ClientIcon()void setClientIcon(byte[] value)
Client Icon' attribute.
value - the new value of the 'Client Icon' attribute.getClientIcon()String getClientUrl()
If the meaning of the 'Client Url' attribute isn't clear, there really should be more of a description here...
setClientUrl(String),
StorePackage.getOAuthServer_ClientUrl()void setClientUrl(String value)
Client Url' attribute.
value - the new value of the 'Client Url' attribute.getClientUrl()String getClientDescription()
If the meaning of the 'Client Description' attribute isn't clear, there really should be more of a description here...
setClientDescription(String),
StorePackage.getOAuthServer_ClientDescription()void setClientDescription(String value)
Client Description' attribute.
value - the new value of the 'Client Description' attribute.getClientDescription()String getRedirectUrl()
If the meaning of the 'Redirect Url' attribute isn't clear, there really should be more of a description here...
setRedirectUrl(String),
StorePackage.getOAuthServer_RedirectUrl()void setRedirectUrl(String value)
Redirect Url' attribute.
value - the new value of the 'Redirect Url' attribute.getRedirectUrl()Date getExpiresAt()
If the meaning of the 'Expires At' attribute isn't clear, there really should be more of a description here...
setExpiresAt(Date),
StorePackage.getOAuthServer_ExpiresAt()void setExpiresAt(Date value)
Expires At' attribute.
value - the new value of the 'Expires At' attribute.getExpiresAt()Date getIssuedAt()
If the meaning of the 'Issued At' attribute isn't clear, there really should be more of a description here...
setIssuedAt(Date),
StorePackage.getOAuthServer_IssuedAt()void setIssuedAt(Date value)
Issued At' attribute.
value - the new value of the 'Issued At' attribute.getIssuedAt()boolean isIncoming()
If the meaning of the 'Incoming' attribute isn't clear, there really should be more of a description here...
setIncoming(boolean),
StorePackage.getOAuthServer_Incoming()void setIncoming(boolean value)
Incoming' attribute.
value - the new value of the 'Incoming' attribute.isIncoming()String getApiUrl()
If the meaning of the 'Api Url' attribute isn't clear, there really should be more of a description here...
setApiUrl(String),
StorePackage.getOAuthServer_ApiUrl()void setApiUrl(String value)
Api Url' attribute.
value - the new value of the 'Api Url' attribute.getApiUrl()String getRegistrationEndpoint()
If the meaning of the 'Registration Endpoint' attribute isn't clear, there really should be more of a description here...
setRegistrationEndpoint(String),
StorePackage.getOAuthServer_RegistrationEndpoint()void setRegistrationEndpoint(String value)
Registration Endpoint' attribute.
value - the new value of the 'Registration Endpoint' attribute.getRegistrationEndpoint()Copyright © 2018 OpenSource BIM. All rights reserved.