Package oracle.stellent.ridc.auth
Interface Credentials.BearerTokenCredentials
- All Superinterfaces:
Credentials
- All Known Implementing Classes:
BearerTokenCredentials
- Enclosing interface:
- Credentials
Credentials used for a Bearer Token Auth SiteRequest
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.stellent.ridc.auth.Credentials
Credentials.AppIdClientCredentials, Credentials.BasicCredentials, Credentials.BearerTokenCredentials, Credentials.HeaderCredentials, Credentials.HttpClientCredentials, Credentials.UserNameOnlyCredentials
-
Method Summary
Methods inherited from interface oracle.stellent.ridc.auth.Credentials
getCredentialsClassName, getLogId, getUserName
-
Method Details
-
getToken
char[] getToken()- Returns:
- the bearer token
-
getRealm
String getRealm()- Returns:
- the realm the bearer token applies A null value indicates the token applies to all realms
-
getExpiryTime
long getExpiryTime()- Returns:
- number of milliseconds post epoch at which point the token expires A value less than or equal to 0 indicates the token never expires
-