Package | Description |
---|---|
org.apache.archiva.security |
Modifier and Type | Class and Description |
---|---|
class |
AccessDeniedException
AccessDeniedException
|
class |
PrincipalNotFoundException
PrincipalNotFoundException
|
Modifier and Type | Method and Description |
---|---|
void |
UserRepositories.createMissingRepositoryRoles(String repoId)
Create any missing repository roles for the provided repository id.
|
void |
DefaultUserRepositories.createMissingRepositoryRoles(String repoId) |
List<ManagedRepository> |
UserRepositories.getAccessibleRepositories(String principal) |
List<ManagedRepository> |
DefaultUserRepositories.getAccessibleRepositories(String principal) |
List<ManagedRepository> |
UserRepositories.getManagableRepositories(String principal)
Returns a list of repositories for which the user has the manager role.
|
List<ManagedRepository> |
DefaultUserRepositories.getManagableRepositories(String principal) |
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–2019 The Apache Software Foundation. All rights reserved.