Uses of Class
com.avoka.tm.security.SsoAuthToken
Packages that use SsoAuthToken
-
Uses of SsoAuthToken in com.avoka.tm.security
Fields in com.avoka.tm.security declared as SsoAuthTokenModifier and TypeFieldDescriptionfinal SsoAuthToken
Saml2ParserResult.ssoAuthToken
The ssoAuthToken (SsoAuthToken) holds the parsed user details from the SAML Response.Constructors in com.avoka.tm.security with parameters of type SsoAuthTokenModifierConstructorDescriptionSaml2ParserResult
(SsoAuthToken ssoAuthToken, String responseRaw, String responseB64Decoded, Throwable error, List<String> validationErrors, String debugLog, String infoLog) Creates a immutable Saml2ParserResult.