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

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

Uses of SSOException in org.jboss.security.saml
 

Methods in org.jboss.security.saml that throw SSOException
static SingleSignOn SSOManager.findProcessor()
          A utility method used to find the SingleSignOn Processor
 java.lang.String SingleSignOn.generateAuthRequest(java.lang.String username, java.lang.String password)
          This method generates a SAML authentication request based on the supplied username and password
 java.lang.String SingleSignOn.generateAuthResponse(java.lang.String assertingParty, java.lang.String username, boolean success)
          This method generates a SAML authentication response based on the supplied username, password, and the status of the authentication process
 java.lang.String SingleSignOn.marshalPartners(java.util.Map partners)
          This method returns a SAML (xml) representation of a map of partners that are part of this Single Sign On federation
 SSOUser SingleSignOn.parseAuthRequest(java.lang.String request)
          This method parses a SAML authentication request into a SSOUser domain object
 AuthResponse SingleSignOn.parseAuthResponse(java.lang.String response)
          This method parses a SAML authentication response and produces an AuthResponse domain object
 java.util.Map SingleSignOn.unmarshalPartners(java.lang.String partners)
          This method unmarshals a SAML (xml) representation of partners that are part of this Single Sign On Federation It returns a map of these partners with key - domain of the partner value - the address of the federation server of this partner
 

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

Methods in org.jboss.security.sso.util that throw SSOException
static java.lang.String SSOUtil.generateToken(AuthResponse response)
          Utility method for generating an SSO token from the input AuthResponse object
static AuthResponse SSOUtil.getAuthResponse(java.lang.String ssoToken)
          Utility method that produces the AuthResponse object from the SSO Token
static java.lang.String SSOUtil.getUsername(java.lang.String ssoToken)
          Utility method that extracts the username from the SSO token
static boolean SSOUtil.isTokenValid(java.lang.String ssoToken)
          Utility method which checks the validity of an SSO token
static java.lang.String SSOUtil.marshalPartners(java.util.Map partners)
          This method returns a SAML (xml) representation of a map of partners that are part of this Single Sign On federation
static java.util.Map SSOUtil.unmarshalPartners(java.lang.String partners)
          This method unmarshals a SAML (xml) representation of partners that are part of this Single Sign On Federation It returns a map of these partners with key - domain of the partner value - the address of the federation server of this partner