Uses of Class
com.pingidentity.sdk.AuthenticationSourceKey
Packages that use AuthenticationSourceKey
-
Uses of AuthenticationSourceKey in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthenticationSourceKeyModifier and TypeMethodDescriptionAuthenticationSession.getAuthnSourceKey()Gets the authentication source associated with the session.Methods in com.pingidentity.sdk with parameters of type AuthenticationSourceKeyModifier and TypeMethodDescriptionvoidAuthenticationSelector.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 AuthenticationSourceKeyModifier and TypeMethodDescriptionAuthenticationSelector.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 AuthenticationSourceKeyModifierConstructorDescriptionAuthenticationSession(AuthenticationSourceKey authnSourceKey, Map<String, Object> attributeMap, long creationTimeMillis)