Uses of Class
com.pingidentity.sdk.AuthenticationSourceKey
-
Packages that use AuthenticationSourceKey Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of AuthenticationSourceKey in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthenticationSourceKey Modifier and Type Method Description AuthenticationSourceKeyAuthenticationSession. getAuthnSourceKey()Gets the authentication source associated with the session.Methods in com.pingidentity.sdk with parameters of type AuthenticationSourceKey Modifier and Type Method Description voidAuthenticationSelector. callback(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map authnIdentifiers, AuthenticationSourceKey authenticationSourceKey, AuthenticationSelectorContext authnSelectorContext)This is the method that the PingFederate server will invoke after the selected authentication source completes its authentication (for adapters this is after the lookupAuthN(...) method).Method parameters in com.pingidentity.sdk with type arguments of type AuthenticationSourceKey Modifier and Type Method Description AuthenticationSelectorContextAuthenticationSelector. selectContext(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, Map<AuthenticationSourceKey,String> mappedAuthnSourcesNames, Map<String,Object> extraParameters, String resumePath)This is the method that the PingFederate server will invoke during Authentication Selection.Constructors in com.pingidentity.sdk with parameters of type AuthenticationSourceKey Constructor Description AuthenticationSession(AuthenticationSourceKey authnSourceKey, Map<String,Object> attributeMap, long creationTimeMillis)
-