Uses of Class
org.apache.jetspeed.sso.SSOException

Packages that use SSOException
org.apache.jetspeed.sso   
 

Uses of SSOException in org.apache.jetspeed.sso
 

Methods in org.apache.jetspeed.sso that throw SSOException
 void SSOProvider.addCredentialsForSite(String fullPath, String remoteUser, String site, String pwd)
          addCredentialsForSite()
 void SSOProvider.addCredentialsForSite(Subject subject, String remoteUser, String site, String pwd)
           
 void SSOSite.addPrincipal(SSOPrincipal principal)
          Adds the SSOPrincipal to the principals collection
 void SSOProvider.addSite(String siteName, String siteUrl)
           
 void SSOProvider.addSiteChallengeResponse(String siteName, String siteUrl, String realm)
          Add a new site that uses Challenge / Response Authentication
 void SSOProvider.addSiteFormAuthenticated(String siteName, String siteUrl, String realm, String userField, String pwdField)
          Add a new site that uses Form Authentication
 SSOContext SSOProvider.getCredentials(Subject subject, String site)
           
 String SSOProvider.getRealmForSite(String site)
           
 void SSOProvider.removeCredentialsForSite(String fullPath, String site)
          removeCredentialsForSite()
 void SSOProvider.removeCredentialsForSite(Subject subject, String site)
           
 void SSOSite.removePrincipal(long principalId)
          removePrincipal() removes a principal from the principals collection
 void SSOProvider.removeSite(SSOSite site)
           
 void SSOProvider.setRealmForSite(String site, String realm)
           
 void SSOProvider.updateCredentialsForSite(Subject subject, String remoteUser, String site, String pwd)
           
 void SSOProvider.updateSite(SSOSite site)
           
 String SSOProvider.useSSO(Subject subject, String url, boolean bRefresh)
          Same as the method above except that the user will be authenticated against all SSOSites defined for the user before going to the destination site.
 String SSOProvider.useSSO(Subject subject, String url, String SSOSite, boolean bRefresh)
          This method first authenticates the the SSOSite and then forwards the request to the destination URL.
 



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.