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

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

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

Methods in org.jboss.security.identity.sso that throw SSOException
 String JBossSingleSignOnProcessor.generateAuthRequest(String username, String password)
           
 String SingleSignOnProcessor.generateAuthRequest(String username, String password)
          This method generates a SAML authentication request based on the supplied username and password
 String JBossSingleSignOnProcessor.generateAuthResponse(String assertingParty, String username, boolean success)
           
 String SingleSignOnProcessor.generateAuthResponse(String assertingParty, String username, boolean success)
          This method generates a SAML authentication response based on the supplied username, password, and the status of the authentication process
 SSOUser JBossSingleSignOnProcessor.parseAuthRequest(String request)
           
 SSOUser SingleSignOnProcessor.parseAuthRequest(String request)
          This method parses a SAML authentication request into a SSOUser domain object
 AuthResponse JBossSingleSignOnProcessor.parseAuthResponse(String resp)
           
 AuthResponse SingleSignOnProcessor.parseAuthResponse(String response)
          This method parses a SAML authentication response and produces an AuthResponse domain object
 



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