Uses of Class
com.avoka.fc.core.security.SSOAuthenticationToken
-
Packages that use SSOAuthenticationToken Package Description com.avoka.fc.core.security Provides classes related to security and authentication.com.avoka.tm.security -
-
Uses of SSOAuthenticationToken in com.avoka.fc.core.security
Methods in com.avoka.fc.core.security that return SSOAuthenticationToken Modifier and Type Method Description protected SSOAuthenticationToken
SSOAuthenticationFilter. getAuthenticationToken(HttpServletRequest request)
Return the SSOAuthenticationToken for the request.SSOAuthenticationToken
SAML2AttributesParser. getSSOAuthenticationToken()
Return the SAML2 attributes from a request containing the token.SSOAuthenticationToken
WSTrustSAMLAuthenticator. getSSOAuthenticationToken()
Return the SSO Authentication Token for the request. -
Uses of SSOAuthenticationToken in com.avoka.tm.security
Subclasses of SSOAuthenticationToken in com.avoka.tm.security Modifier and Type Class Description class
SsoAuthToken
Provides an SSO Authentication Token returned by the Saml2Parser in the Saml2ParserResult.
-