org.apache.directory.server.kerberos.shared.store
Class KerberosAttribute

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.store.KerberosAttribute

public class KerberosAttribute
extends java.lang.Object


Field Summary
static java.lang.String ACCOUNT_DISABLED
          the disabled boolean LDAP attribute for a Kerberos account
static java.lang.String ACCOUNT_EXPIRATION_TIME
          the expiration time attribute LDAP attribute for a Kerberos account
static java.lang.String ACCOUNT_LOCKEDOUT
          the lockedout boolean LDAP attribute for a Kerberos account
static java.lang.String KEY
          the krb5kdc schema key for a krb5KDCEntry
static java.lang.String PRINCIPAL
          the krb5kdc schema principal name for a krb5KDCEntry
static java.lang.String SAM_TYPE
          the Apache specific SAM type attribute
static java.lang.String TYPE
          the krb5kdc schema key encryption type for a krb5KDCEntry
static java.lang.String VERSION
          the krb5kdc schema key version identifier for a krb5KDCEntry
 
Constructor Summary
KerberosAttribute()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY

public static final java.lang.String KEY
the krb5kdc schema key for a krb5KDCEntry

See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
the krb5kdc schema key encryption type for a krb5KDCEntry

See Also:
Constant Field Values

PRINCIPAL

public static final java.lang.String PRINCIPAL
the krb5kdc schema principal name for a krb5KDCEntry

See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
the krb5kdc schema key version identifier for a krb5KDCEntry

See Also:
Constant Field Values

SAM_TYPE

public static final java.lang.String SAM_TYPE
the Apache specific SAM type attribute

See Also:
Constant Field Values

ACCOUNT_DISABLED

public static final java.lang.String ACCOUNT_DISABLED
the disabled boolean LDAP attribute for a Kerberos account

See Also:
Constant Field Values

ACCOUNT_LOCKEDOUT

public static final java.lang.String ACCOUNT_LOCKEDOUT
the lockedout boolean LDAP attribute for a Kerberos account

See Also:
Constant Field Values

ACCOUNT_EXPIRATION_TIME

public static final java.lang.String ACCOUNT_EXPIRATION_TIME
the expiration time attribute LDAP attribute for a Kerberos account

See Also:
Constant Field Values
Constructor Detail

KerberosAttribute

public KerberosAttribute()


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.