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

Packages that use ArchivaSecurityException
org.apache.archiva.security   
 

Uses of ArchivaSecurityException in org.apache.archiva.security
 

Subclasses of ArchivaSecurityException in org.apache.archiva.security
 class AccessDeniedException
          AccessDeniedException
 class PrincipalNotFoundException
          PrincipalNotFoundException
 

Methods in org.apache.archiva.security that throw ArchivaSecurityException
 void UserRepositories.createMissingRepositoryRoles(String repoId)
          Create any missing repository roles for the provided repository id.
 void DefaultUserRepositories.createMissingRepositoryRoles(String repoId)
           
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.
 boolean DefaultUserRepositories.isAuthorizedToDeleteArtifacts(String principal, String repoId)
           
 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.