|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.store.DirectoryPrincipalStore
public class DirectoryPrincipalStore
A PrincipalStore backing entries in a DirectoryService.
Constructor Summary | |
---|---|
DirectoryPrincipalStore(DirectoryService directoryService,
org.apache.directory.shared.ldap.name.DN searchBaseDn)
Creates a new instance of DirectoryPrincipalStore. |
Method Summary | |
---|---|
java.lang.String |
changePassword(javax.security.auth.kerberos.KerberosPrincipal principal,
java.lang.String newPassword)
Change a principal's password. |
PrincipalStoreEntry |
getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
Get a PrincipalStoreEntry given a Kerberos principal. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectoryPrincipalStore(DirectoryService directoryService, org.apache.directory.shared.ldap.name.DN searchBaseDn)
directoryService
- backing store for this PrincipalStoreMethod Detail |
---|
public java.lang.String changePassword(javax.security.auth.kerberos.KerberosPrincipal principal, java.lang.String newPassword) throws java.lang.Exception
PrincipalStore
changePassword
in interface PrincipalStore
java.lang.Exception
public PrincipalStoreEntry getPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal) throws java.lang.Exception
PrincipalStore
PrincipalStoreEntry
given a Kerberos principal.
getPrincipal
in interface PrincipalStore
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 |