Uses of Class
org.apache.jetspeed.services.security.LoginException

Packages that use LoginException
org.apache.jetspeed.services   
org.apache.jetspeed.services.security   
org.apache.jetspeed.services.security.ldap   
org.apache.jetspeed.services.security.nosecurity   
org.apache.jetspeed.services.security.turbine   
 

Uses of LoginException in org.apache.jetspeed.services
 

Methods in org.apache.jetspeed.services that throw LoginException
static JetspeedUser JetspeedSecurity.login(java.lang.String username, java.lang.String password)
           
static JetspeedUser JetspeedSecurity.getAnonymousUser()
           
static void JetspeedSecurity.logout()
           
static JetspeedUser JetspeedAuthentication.login(java.lang.String username, java.lang.String password)
          Given a public credential(username) and private credential(password), perform authentication.
static JetspeedUser JetspeedAuthentication.getAnonymousUser()
          Automatically authenticates and retrieves the portal anonymous user.
static void JetspeedAuthentication.logout()
          Logout the JetspeedUser.
 

Uses of LoginException in org.apache.jetspeed.services.security
 

Subclasses of LoginException in org.apache.jetspeed.services.security
 class AccountExpiredException
          Signals that a user account has expired.
 class CredentialExpiredException
          Signals that a Credential has expired.
 class FailedLoginException
          Signals that user authentication failed.
 

Methods in org.apache.jetspeed.services.security that throw LoginException
 JetspeedUser PortalAuthentication.login(java.lang.String username, java.lang.String password)
          Given a public credential(username) and private credential(password), perform authentication.
 JetspeedUser PortalAuthentication.getAnonymousUser()
          Automatically authenticates and retrieves the portal anonymous user.
 void PortalAuthentication.logout()
          Logout the JetspeedUser.
 

Uses of LoginException in org.apache.jetspeed.services.security.ldap
 

Methods in org.apache.jetspeed.services.security.ldap that throw LoginException
 JetspeedUser LDAPAuthentication.login(java.lang.String username, java.lang.String password)
          Given a public credential(username) and private credential(password), perform authentication.
 JetspeedUser LDAPAuthentication.getAnonymousUser()
          Automatically authenticates and retrieves the portal anonymous user.
 void LDAPAuthentication.logout()
          Logout the JetspeedUser.
 

Uses of LoginException in org.apache.jetspeed.services.security.nosecurity
 

Methods in org.apache.jetspeed.services.security.nosecurity that throw LoginException
 JetspeedUser NoAuthentication.login(java.lang.String username, java.lang.String password)
          Given a public credential(username) and private credential(password), perform authentication.
 JetspeedUser NoAuthentication.getAnonymousUser()
          Automatically authenticates and retrieves the portal anonymous user.
 void NoAuthentication.logout()
          Logout the JetspeedUser.
 

Uses of LoginException in org.apache.jetspeed.services.security.turbine
 

Methods in org.apache.jetspeed.services.security.turbine that throw LoginException
 JetspeedUser TurbineAuthentication.login(java.lang.String username, java.lang.String password)
          Given a public credential(username) and private credential(password), perform authentication.
 JetspeedUser TurbineAuthentication.getAnonymousUser()
          Automatically authenticates and retrieves the portal anonymous user.
 void TurbineAuthentication.logout()
          Logout the JetspeedUser.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.