Uses of Class
at.gv.egovernment.moa.id.data.AuthenticationData

Packages that use AuthenticationData
at.gv.egovernment.moa.id.auth   
at.gv.egovernment.moa.id.proxy   
 

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

Methods in at.gv.egovernment.moa.id.auth that return AuthenticationData
 AuthenticationData AuthenticationServer.getAuthenticationData(String samlArtifact)
          Retrieves AuthenticationData indexed by the SAML artifact.
 

Uses of AuthenticationData in at.gv.egovernment.moa.id.proxy
 

Methods in at.gv.egovernment.moa.id.proxy with parameters of type AuthenticationData
 Map LoginParameterResolver.getAuthenticationHeaders(OAConfiguration oaConf, AuthenticationData authData, String clientIPAddress)
          Returns authentication headers to be added to a URLConnection.
 Map LoginParameterResolver.getAuthenticationParameters(OAConfiguration oaConf, AuthenticationData authData, String clientIPAddress)
          Returns request parameters to be added to a URLConnection.