public interface PrincipalStore
Modifier and Type | Method and Description |
---|---|
String |
changePassword(KerberosPrincipal principal,
String newPassword)
Change a principal's password.
|
PrincipalStoreEntry |
getPrincipal(KerberosPrincipal principal)
Get a
PrincipalStoreEntry given a Kerberos principal. |
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
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.