|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PrincipalStore in org.apache.directory.server.changepw |
Constructors in org.apache.directory.server.changepw with parameters of type PrincipalStore | |
ChangePasswordServer(ChangePasswordConfiguration config,
IoAcceptor acceptor,
IoServiceConfig serviceConfig,
PrincipalStore store)
|
Uses of PrincipalStore in org.apache.directory.server.changepw.protocol |
Constructors in org.apache.directory.server.changepw.protocol with parameters of type PrincipalStore | |
ChangePasswordProtocolHandler(ChangePasswordConfiguration config,
PrincipalStore store)
|
Uses of PrincipalStore in org.apache.directory.server.changepw.service |
Methods in org.apache.directory.server.changepw.service that return PrincipalStore | |
PrincipalStore |
ChangePasswordContext.getStore()
|
Methods in org.apache.directory.server.changepw.service with parameters of type PrincipalStore | |
void |
ChangePasswordContext.setStore(PrincipalStore store)
|
Uses of PrincipalStore in org.apache.directory.server.kerberos.kdc |
Methods in org.apache.directory.server.kerberos.kdc that return PrincipalStore | |
PrincipalStore |
KdcContext.getStore()
|
Methods in org.apache.directory.server.kerberos.kdc with parameters of type PrincipalStore | |
void |
KdcContext.setStore(PrincipalStore store)
|
Constructors in org.apache.directory.server.kerberos.kdc with parameters of type PrincipalStore | |
KerberosServer(KdcConfiguration config,
IoAcceptor acceptor,
IoServiceConfig serviceConfig,
PrincipalStore store)
|
Uses of PrincipalStore in org.apache.directory.server.kerberos.protocol |
Constructors in org.apache.directory.server.kerberos.protocol with parameters of type PrincipalStore | |
KerberosProtocolHandler(KdcConfiguration config,
PrincipalStore store)
|
Uses of PrincipalStore in org.apache.directory.server.kerberos.shared.service |
Methods in org.apache.directory.server.kerberos.shared.service with parameters of type PrincipalStore | |
PrincipalStoreEntry |
GetPrincipalStoreEntry.getEntry(javax.security.auth.kerberos.KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
|
Uses of PrincipalStore in org.apache.directory.server.kerberos.shared.store |
Classes in org.apache.directory.server.kerberos.shared.store that implement PrincipalStore | |
class |
JndiPrincipalStoreImpl
A JNDI-backed implementation of the PrincipalStore interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |