|
||||||||||
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 | |
---|---|
java.lang.String |
addPrincipal(PrincipalStoreEntry entry)
Add a principal. |
java.lang.String |
changePassword(javax.security.auth.kerberos.KerberosPrincipal principal,
java.lang.String newPassword)
Change a principal's password. |
java.lang.String |
deletePrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
Delete a principal. |
PrincipalStoreEntry[] |
getAllPrincipals(java.lang.String realm)
Get all principals for a given realm. |
PrincipalStoreEntry |
getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
Get a PrincipalStoreEntry given a Kerberos principal. |
Method Detail |
---|
java.lang.String addPrincipal(PrincipalStoreEntry entry) throws java.lang.Exception
entry
-
java.lang.Exception
java.lang.String changePassword(javax.security.auth.kerberos.KerberosPrincipal principal, java.lang.String newPassword) throws java.lang.Exception
principal
- newPassword
-
java.lang.Exception
java.lang.String deletePrincipal(javax.security.auth.kerberos.KerberosPrincipal principal) throws java.lang.Exception
principal
-
java.lang.Exception
PrincipalStoreEntry[] getAllPrincipals(java.lang.String realm) throws java.lang.Exception
realm
-
PrincipalStoreEntry
's.
java.lang.Exception
PrincipalStoreEntry getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal) throws java.lang.Exception
PrincipalStoreEntry
given a Kerberos principal.
principal
-
PrincipalStoreEntry
for the given Kerberos principal.
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |