|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface User
User is a special Authorizable that can be authenticated and
impersonated.
getCredentials(),
getImpersonation()| Method Summary | |
|---|---|
void |
changePassword(java.lang.String password)
Change the password of this user. |
Credentials |
getCredentials()
Returns Credentials for this user. |
Impersonation |
getImpersonation()
|
boolean |
isAdmin()
|
| Methods inherited from interface org.apache.jackrabbit.api.security.user.Authorizable |
|---|
declaredMemberOf, getID, getPrincipal, getProperty, getPropertyNames, hasProperty, isGroup, memberOf, remove, removeProperty, setProperty, setProperty |
| Method Detail |
|---|
boolean isAdmin()
Credentials getCredentials()
throws RepositoryException
Credentials for this user.
Credentials for this user.
RepositoryException - If an error occurs.
Impersonation getImpersonation()
throws RepositoryException
Impersonation for this User.
RepositoryException - If an error occurs.
void changePassword(java.lang.String password)
throws RepositoryException
password - The new password.
RepositoryException - If an error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||