Uses of Class
org.apache.archiva.security.AccessDeniedException

Packages that use AccessDeniedException
org.apache.archiva.security   
 

Uses of AccessDeniedException in org.apache.archiva.security
 

Methods in org.apache.archiva.security that throw AccessDeniedException
private  org.apache.archiva.redback.system.SecuritySession DefaultUserRepositories.createSession(String principal)
           
 List<ManagedRepository> UserRepositories.getAccessibleRepositories(String principal)
           
 List<ManagedRepository> DefaultUserRepositories.getAccessibleRepositories(String principal)
           
private  List<ManagedRepository> DefaultUserRepositories.getAccessibleRepositories(String principal, String operation)
           
private  List<String> DefaultUserRepositories.getAccessibleRepositoryIds(String principal, String operation)
           
 List<String> UserRepositories.getManagableRepositoryIds(String principal)
          Get the list of writable repository ids for the user specified.
 List<String> DefaultUserRepositories.getManagableRepositoryIds(String principal)
           
 List<String> UserRepositories.getObservableRepositoryIds(String principal)
          Get the list of observable repository ids for the user specified.
 List<String> DefaultUserRepositories.getObservableRepositoryIds(String principal)
           
 boolean UserRepositories.isAuthorizedToDeleteArtifacts(String principal, String repoId)
          Check if user is authorized to delete artifacts in the repository.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.