|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.protocol.shared.store.Krb5KdcEntryFilter
public class Krb5KdcEntryFilter
Filter which generates kerberos keys from userPassword attributes of kerberos users being loaded into the server from an LDIF file.
Constructor Summary | |
---|---|
Krb5KdcEntryFilter()
|
Method Summary | |
---|---|
boolean |
filter(java.io.File file,
java.lang.String dn,
javax.naming.directory.Attributes entry,
javax.naming.directory.DirContext ctx)
Always accepts entries whether or not it can sucessfully generate a key for the entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Krb5KdcEntryFilter()
Method Detail |
---|
public boolean filter(java.io.File file, java.lang.String dn, javax.naming.directory.Attributes entry, javax.naming.directory.DirContext ctx) throws javax.naming.NamingException
filter
in interface LdifLoadFilter
file
- the file being loadeddn
- the distinguished name of the entry being loadedentry
- the entry attributes within the LDIF filectx
- context to be used for loading the entry into the DIT
javax.naming.NamingException
LdifLoadFilter.filter(File, String, Attributes, DirContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |