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

Packages that use PrincipalNotFoundException
org.apache.archiva.security   
 

Uses of PrincipalNotFoundException in org.apache.archiva.security
 

Methods in org.apache.archiva.security that throw PrincipalNotFoundException
 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.isAuthorizedToUploadArtifacts(String principal, String repoId)
          Check if user is authorized to upload artifacts in the repository.
 boolean DefaultUserRepositories.isAuthorizedToUploadArtifacts(String principal, String repoId)
           
 



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