Uses of Class
com.avoka.tm.security.SsoAuthToken
-
Packages that use SsoAuthToken Package Description com.avoka.tm.security Provides Security and SSO Support classes. -
-
Uses of SsoAuthToken in com.avoka.tm.security
Fields in com.avoka.tm.security declared as SsoAuthToken Modifier and Type Field Description 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 SsoAuthToken Constructor Description Saml2ParserResult(SsoAuthToken ssoAuthToken, String responseRaw, String responseB64Decoded, Throwable error, List<String> validationErrors, String debugLog, String infoLog)
Creates a immutable Saml2ParserResult.
-