public interface OAuthClient extends IdEObject
The following features are supported:
org.bimserver.models.store.StorePackage#getOAuthClient()| Modifier and Type | Method and Description |
|---|---|
String |
getClientId()
Returns the value of the 'Client Id' attribute.
|
String |
getClientSecret()
Returns the value of the 'Client Secret' attribute.
|
long |
getExpiresIn()
Returns the value of the 'Expires In' attribute.
|
String |
getIssuedAt()
Returns the value of the 'Issued At' attribute.
|
String |
getRegistrationEndpoint()
Returns the value of the 'Registration Endpoint' attribute.
|
void |
setClientId(String value)
Sets the value of the '
Client Id' attribute. |
void |
setClientSecret(String value)
Sets the value of the '
Client Secret' attribute. |
void |
setExpiresIn(long value)
Sets the value of the '
Expires In' attribute. |
void |
setIssuedAt(String value)
Sets the value of the '
Issued At' attribute. |
void |
setRegistrationEndpoint(String value)
Sets the value of the '
Registration Endpoint' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getClientId()
If the meaning of the 'Client Id' attribute isn't clear, there really should be more of a description here...
setClientId(String),
org.bimserver.models.store.StorePackage#getOAuthClient_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),
org.bimserver.models.store.StorePackage#getOAuthClient_ClientSecret()void setClientSecret(String value)
Client Secret' attribute.
value - the new value of the 'Client Secret' attribute.getClientSecret()long getExpiresIn()
If the meaning of the 'Expires In' attribute isn't clear, there really should be more of a description here...
setExpiresIn(long),
org.bimserver.models.store.StorePackage#getOAuthClient_ExpiresIn()void setExpiresIn(long value)
Expires In' attribute.
value - the new value of the 'Expires In' attribute.getExpiresIn()String getIssuedAt()
If the meaning of the 'Issued At' attribute isn't clear, there really should be more of a description here...
setIssuedAt(String),
org.bimserver.models.store.StorePackage#getOAuthClient_IssuedAt()void setIssuedAt(String value)
Issued At' attribute.
value - the new value of the 'Issued At' attribute.getIssuedAt()String getRegistrationEndpoint()
If the meaning of the 'Registration Endpoint' attribute isn't clear, there really should be more of a description here...
setRegistrationEndpoint(String),
org.bimserver.models.store.StorePackage#getOAuthClient_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.