|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PrincipalStore
The store interface used by Kerberos services.
| Method Summary | |
|---|---|
String |
changePassword(KerberosPrincipal principal,
String newPassword)
Change a principal's password. |
PrincipalStoreEntry |
getPrincipal(KerberosPrincipal principal)
Get a PrincipalStoreEntry given a Kerberos principal. |
| Method Detail |
|---|
String changePassword(KerberosPrincipal principal,
String newPassword)
throws Exception
principal - newPassword -
Exception
PrincipalStoreEntry getPrincipal(KerberosPrincipal principal)
throws Exception
PrincipalStoreEntry given a Kerberos principal.
principal -
PrincipalStoreEntry for the given Kerberos principal.
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||