public interface Context
| Modifier and Type | Method and Description |
|---|---|
ProtocolContext |
getProtocolContext()
Get the protocol context.
|
Request |
getRequest()
Get the request.
|
Session |
getSession()
Get the session.
|
User |
getUser()
Get the user.
|
void |
setDecision(Decision decision)
Set the access policy decision.
|
User getUser()
Request getRequest()
Session getSession()
ProtocolContext getProtocolContext()
ProtocolContext. For OAuth 2.0 protocol, this method returns
ProtocolContext.void setDecision(Decision decision)
decision - The access policy decision.