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

Packages that use SSOUser
org.jboss.security.saml   
 

Uses of SSOUser in org.jboss.security.saml
 

Methods in org.jboss.security.saml that return SSOUser
 SSOUser AuthResponse.getUser()
          Return the user being considered for authentication
 SSOUser SingleSignOn.parseAuthRequest(java.lang.String request)
          This method parses a SAML authentication request into a SSOUser domain object
 

Methods in org.jboss.security.saml with parameters of type SSOUser
 void AuthResponse.setUser(SSOUser user)
          Sets the user being considered for authentication
 

Constructors in org.jboss.security.saml with parameters of type SSOUser
AuthResponse(java.lang.String assertingParty, java.lang.String assertToken, SSOUser user, boolean success)
          Initializes a response