public interface AuthnContext
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessToken()
This string represents the access token used for this context.
|
long |
getCreatedAt()
The time stamp in milliseconds since the epoch when this token was created.
|
long |
getExpiresIn()
The lifetime of this authentication context in seconds.
|
java.lang.String[] |
getGrantedScopes()
The scopes that were granted for this access context
|
java.util.Map<java.lang.String,java.lang.String[]> |
getProperties()
The extension properties
|
javax.servlet.http.HttpServletRequest |
getRequest()
The HTTPServletRequest from the endpoint invoked
|
javax.servlet.http.HttpServletResponse |
getResponse()
The HTTPServletResponse from the endpoint invoked
|
java.lang.String |
getUserName()
The name of the user who authorized this token
|
java.lang.String getAccessToken()
java.lang.String[] getGrantedScopes()
long getCreatedAt()
long getExpiresIn()
java.lang.String getUserName()
javax.servlet.http.HttpServletRequest getRequest()
javax.servlet.http.HttpServletResponse getResponse()
java.util.Map<java.lang.String,java.lang.String[]> getProperties()