|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Security
These are the usage of security data and logged in user methods.
Method Summary | |
---|---|
boolean |
canAdmin(RepoPath path)
|
boolean |
canAnnotate(RepoPath repoPath)
|
boolean |
canDelete(RepoPath path)
|
boolean |
canDeploy(RepoPath path)
|
boolean |
canImplicitlyReadParentPath(RepoPath repoPath)
|
boolean |
canRead(RepoPath path)
|
String |
currentUsername()
Deprecated. Use getCurrentUsername() instead |
String[] |
getCurrentUserGroupNames()
The group names for the current logged-in user. |
String |
getCurrentUsername()
|
String |
getEncryptedPassword()
|
String |
getEscapedEncryptedPassword()
|
boolean |
isAdmin()
|
boolean |
isAnonAccessEnabled()
|
boolean |
isAnonymous()
|
boolean |
isAuthenticated()
|
boolean |
isUpdatableProfile()
|
Method Detail |
---|
boolean isUpdatableProfile()
boolean isAnonAccessEnabled()
boolean canRead(RepoPath path)
boolean canImplicitlyReadParentPath(RepoPath repoPath)
boolean canAnnotate(RepoPath repoPath)
boolean canDelete(RepoPath path)
boolean canDeploy(RepoPath path)
boolean canAdmin(RepoPath path)
String getCurrentUsername()
@Deprecated String currentUsername()
getCurrentUsername()
instead
String[] getCurrentUserGroupNames()
boolean isAdmin()
boolean isAnonymous()
boolean isAuthenticated()
String getEncryptedPassword()
String getEscapedEncryptedPassword()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |