Uses of Class
org.weborganic.bastille.security.AuthorizationResult

Packages that use AuthorizationResult
org.weborganic.bastille.security Provides generators, servlets and filters to connect to a PageSeeder Server. 
 

Uses of AuthorizationResult in org.weborganic.bastille.security
 

Methods in org.weborganic.bastille.security that return AuthorizationResult
 AuthorizationResult LoggedInAuthorizer.isUserAuthorized(User user, String uri)
          Always returns AUTHORIZED if the specified user is not null.
 AuthorizationResult Authorizer.isUserAuthorized(User user, String uri)
          Indicates whether a user is allowed to access a given resource.
static AuthorizationResult AuthorizationResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthorizationResult[] AuthorizationResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.