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

Packages that use UserException
org.apache.jetspeed.om.security   
org.apache.jetspeed.services.security   
org.apache.jetspeed.services.security.ldap   
org.apache.jetspeed.services.security.turbine   
 

Uses of UserException in org.apache.jetspeed.om.security
 

Methods in org.apache.jetspeed.om.security that throw UserException
static JetspeedUser JetspeedUserFactory.getInstance()
          Factory method to create JetspeedUser instances.
static JetspeedUser JetspeedUserFactory.getInstance(boolean isNew)
           
 

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

Subclasses of UserException in org.apache.jetspeed.services.security
 class NotUniqueUserException
          This exception is thrown when the public credentials fail to meet the security provider-specific unique constraints.
 class UnknownUserException
          This exception is thrown when the requested user principal was not found.
 

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

Methods in org.apache.jetspeed.services.security.ldap that throw UserException
protected  boolean LDAPUserManagement.accountExists(JetspeedUser user)
          Check whether a specified user's account exists.
protected  boolean LDAPUserManagement.accountExists(JetspeedUser user, boolean checkUniqueId)
           
 

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

Methods in org.apache.jetspeed.services.security.turbine that throw UserException
protected  boolean TurbineUserManagement.accountExists(JetspeedUser user)
          Check whether a specified user's account exists.
protected  boolean TurbineUserManagement.accountExists(JetspeedUser user, boolean checkUniqueId)
           
 



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