Uses of Class
org.jboss.security.saml.AuthResponse

Packages that use AuthResponse
org.jboss.security.saml   
org.jboss.security.sso.util   
 

Uses of AuthResponse in org.jboss.security.saml
 

Methods in org.jboss.security.saml that return AuthResponse
 AuthResponse SingleSignOn.parseAuthResponse(java.lang.String response)
          This method parses a SAML authentication response and produces an AuthResponse domain object
 

Uses of AuthResponse in org.jboss.security.sso.util
 

Methods in org.jboss.security.sso.util that return AuthResponse
static AuthResponse SSOUtil.getAuthResponse(java.lang.String ssoToken)
          Utility method that produces the AuthResponse object from the SSO Token
 

Methods in org.jboss.security.sso.util with parameters of type AuthResponse
static java.lang.String SSOUtil.generateToken(AuthResponse response)
          Utility method for generating an SSO token from the input AuthResponse object