Package | Description |
---|---|
at.gv.egovernment.moa.id.moduls | |
at.gv.egovernment.moa.id.storage |
Modifier and Type | Method and Description |
---|---|
AuthenticationSession |
AuthenticationManager.doAuthentication(javax.servlet.http.HttpServletRequest httpReq,
javax.servlet.http.HttpServletResponse httpResp,
RequestImpl pendingReq)
Authenticates the authentication request {pendingReq}, which is actually processed
|
AuthenticationSession |
SSOManager.getInternalMOASession(String ssoSessionID) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationManager.performOnlyIDPLogOut(AuthenticationSession authSession) |
Modifier and Type | Method and Description |
---|---|
AuthenticationSession |
IAuthenticationSessionStoreage.createInternalSSOSession(at.gv.egovernment.moa.id.commons.api.IRequest target)
Create a new MOA SSO-Session object in database
The SSO session object get populated with eID information from pending request
|
AuthenticationSession |
DBAuthenticationSessionStoreage.createInternalSSOSession(at.gv.egovernment.moa.id.commons.api.IRequest target) |
AuthenticationSession |
IAuthenticationSessionStoreage.getInternalMOASessionWithSSOID(String SSOSessionID)
Find the MOASessionId of an active Single Sign-On session
|
AuthenticationSession |
DBAuthenticationSessionStoreage.getInternalMOASessionWithSSOID(String SSOSessionID) |
AuthenticationSession |
IAuthenticationSessionStoreage.getInternalSSOSession(String internalSsoSessionID)
Get a MOASession with sessionID
|
AuthenticationSession |
DBAuthenticationSessionStoreage.getInternalSSOSession(String sessionID) |
Copyright © 2017. All rights reserved.