Uses of Class
org.jboss.security.identity.sso.SSOUser

Packages that use SSOUser
org.jboss.security.identity.sso   
 

Uses of SSOUser in org.jboss.security.identity.sso
 

Methods in org.jboss.security.identity.sso that return SSOUser
 SSOUser AuthResponse.getUser()
           
 SSOUser JBossSingleSignOnProcessor.parseAuthRequest(String request)
           
 SSOUser SingleSignOnProcessor.parseAuthRequest(String request)
          This method parses a SAML authentication request into a SSOUser domain object
 

Methods in org.jboss.security.identity.sso with parameters of type SSOUser
 void AuthResponse.setUser(SSOUser user)
           
 

Constructors in org.jboss.security.identity.sso with parameters of type SSOUser
AuthResponse(String assertingParty, String assertToken, SSOUser user, boolean success)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.