AuthenticationResult |
AbstractIdPSession.addAuthenticationResult(AuthenticationResult result) |
Add a new AuthenticationResult to this IdP session, replacing any
existing result of the same flow ID.
|
AuthenticationResult |
IdPSession.addAuthenticationResult(AuthenticationResult result) |
Add a new AuthenticationResult to this IdP session, replacing any
existing result of the same flow ID.
|
SPSession |
AbstractIdPSession.addSPSession(SPSession spSession) |
Add a new SP session to this IdP session, replacing any existing session for the same
service.
|
SPSession |
IdPSession.addSPSession(SPSession spSession) |
Add a new SP session to this IdP session, replacing any existing session for the same
service.
|
void |
AbstractIdPSession.bindToAddress(String address) |
Associate an address with this session.
|
boolean |
AbstractIdPSession.checkAddress(String address) |
Test the session's validity based on the supplied client address, possibly binding it
to the session if appropriate.
|
boolean |
IdPSession.checkAddress(String address) |
Test the session's validity based on the supplied client address, possibly binding it
to the session if appropriate.
|
boolean |
AbstractIdPSession.checkTimeout() |
Test the session's validity based on inactivity, while updating the last activity time.
|
boolean |
IdPSession.checkTimeout() |
Test the session's validity based on inactivity, while updating the last activity time.
|
IdPSession |
SessionManager.createSession(String principalName) |
Create and return a new IdPSession object for a subject.
|
void |
SessionManager.destroySession(String sessionId,
boolean unbind) |
Invalidates or otherwise removes a session from persistent storage and/or unbinds it
from a client.
|
boolean |
AbstractIdPSession.removeAuthenticationResult(AuthenticationResult result) |
|
boolean |
IdPSession.removeAuthenticationResult(AuthenticationResult result) |
|
boolean |
AbstractIdPSession.removeSPSession(SPSession spSession) |
Disassociate the given SP session from this IdP session.
|
boolean |
IdPSession.removeSPSession(SPSession spSession) |
Disassociate the given SP session from this IdP session.
|
void |
AbstractIdPSession.setLastActivityInstant(Instant instant) |
Set the last activity instant for the session.
|
void |
IdPSession.updateAuthenticationResultActivity(AuthenticationResult result) |
|