Schnittstelle TurbineUserManager

Alle Superschnittstellen:
Serializable, UserManager

public interface TurbineUserManager extends UserManager
This interface describes the methods that glue the "turbine" model together. This Fulcrum user manager is as used as a delegate in the default Turbine user manager. The user <T extends User> is wrapped using an extended user model, which includes at least TurbineUser interface. This interface's methods are wrapped in Turbine user manager (org.apache.turbine.services.security.UserManager) either in a method with the same name (and very similar signature) or mapped to method names as listed below:
Version:
$Id$
Autor:
Eric Pugh
  • Methodendetails

    • getAnonymousUser

      <T extends User> T getAnonymousUser() throws UnknownEntityException
      Constructs an User object to represent an anonymous user of the application.
      Gibt zurück:
      An anonymous Turbine User.
      Löst aus:
      UnknownEntityException - if the anonymous User object couldn't be constructed.
    • isAnonymousUser

      boolean isAnonymousUser(User user)
      Checks whether a passed user object matches the anonymous user pattern according to the configured user manager
      Parameter:
      user - A user object
      Gibt zurück:
      True if this is an anonymous user