Uses of Class
at.gv.egovernment.moa.id.AuthenticationException

Packages that use AuthenticationException
at.gv.egovernment.moa.id.auth   
 

Uses of AuthenticationException in at.gv.egovernment.moa.id.auth
 

Methods in at.gv.egovernment.moa.id.auth that throw AuthenticationException
 String AuthenticationServer.selectBKU(String authURL, String target, String oaURL, String bkuSelectionTemplateURL, String templateURL)
          Processes request to select a BKU.
 String AuthenticationServer.startAuthentication(String authURL, String target, String oaURL, String templateURL, String bkuURL, String sessionID)
          Processes the beginning of an authentication session.
 String AuthenticationServer.verifyIdentityLink(String sessionID, String xmlInfoboxReadResponse)
          Processes an <InfoboxReadResponse> sent by the security layer implementation.
 String AuthenticationServer.verifyAuthenticationBlock(String sessionID, String xmlCreateXMLSignatureReadResponse)
          Processes a <CreateXMLSignatureResponse> sent by the security layer implementation.
 AuthenticationData AuthenticationServer.getAuthenticationData(String samlArtifact)
          Retrieves AuthenticationData indexed by the SAML artifact.
static AuthenticationSession AuthenticationServer.getSession(String id)
          Retrieves a session from the session store.