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 Object

Author:
Apache Directory Project

Field Summary
static String APACHE_SAM_TYPE_AT
          the Apache specific SAM type attribute
static String APACHE_SAM_TYPE_AT_OID
           
static String KRB5_ACCOUNT_DISABLED_AT
          the disabled boolean LDAP attribute for a Kerberos account
static String KRB5_ACCOUNT_DISABLED_AT_OID
           
static String KRB5_ACCOUNT_EXPIRATION_TIME_AT
          the expiration time attribute LDAP attribute for a Kerberos account
static String KRB5_ACCOUNT_EXPIRATION_TIME_AT_OID
           
static String KRB5_ACCOUNT_LOCKEDOUT_AT
          the lockedout boolean LDAP attribute for a Kerberos account
static String KRB5_ACCOUNT_LOCKEDOUT_AT_OID
           
static String KRB5_KEY_AT
          the krb5kdc schema key for a krb5KDCEntry
static String KRB5_KEY_AT_OID
           
static String KRB5_KEY_VERSION_NUMBER_AT
          the krb5kdc schema key version identifier for a krb5KDCEntry
static String KRB5_KEY_VERSION_NUMBER_AT_OID
           
static String KRB5_PRINCIPAL_NAME_AT
          the krb5kdc schema principal name for a krb5KDCEntry
static String KRB5_PRINCIPAL_NAME_AT_OID
           
 
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

KRB5_PRINCIPAL_NAME_AT

public static final String KRB5_PRINCIPAL_NAME_AT
the krb5kdc schema principal name for a krb5KDCEntry

See Also:
Constant Field Values

KRB5_PRINCIPAL_NAME_AT_OID

public static final String KRB5_PRINCIPAL_NAME_AT_OID
See Also:
Constant Field Values

KRB5_KEY_AT

public static final String KRB5_KEY_AT
the krb5kdc schema key for a krb5KDCEntry

See Also:
Constant Field Values

KRB5_KEY_AT_OID

public static final String KRB5_KEY_AT_OID
See Also:
Constant Field Values

KRB5_KEY_VERSION_NUMBER_AT

public static final String KRB5_KEY_VERSION_NUMBER_AT
the krb5kdc schema key version identifier for a krb5KDCEntry

See Also:
Constant Field Values

KRB5_KEY_VERSION_NUMBER_AT_OID

public static final String KRB5_KEY_VERSION_NUMBER_AT_OID
See Also:
Constant Field Values

KRB5_ACCOUNT_DISABLED_AT

public static final String KRB5_ACCOUNT_DISABLED_AT
the disabled boolean LDAP attribute for a Kerberos account

See Also:
Constant Field Values

KRB5_ACCOUNT_DISABLED_AT_OID

public static final String KRB5_ACCOUNT_DISABLED_AT_OID
See Also:
Constant Field Values

KRB5_ACCOUNT_LOCKEDOUT_AT

public static final String KRB5_ACCOUNT_LOCKEDOUT_AT
the lockedout boolean LDAP attribute for a Kerberos account

See Also:
Constant Field Values

KRB5_ACCOUNT_LOCKEDOUT_AT_OID

public static final String KRB5_ACCOUNT_LOCKEDOUT_AT_OID
See Also:
Constant Field Values

KRB5_ACCOUNT_EXPIRATION_TIME_AT

public static final String KRB5_ACCOUNT_EXPIRATION_TIME_AT
the expiration time attribute LDAP attribute for a Kerberos account

See Also:
Constant Field Values

KRB5_ACCOUNT_EXPIRATION_TIME_AT_OID

public static final String KRB5_ACCOUNT_EXPIRATION_TIME_AT_OID
See Also:
Constant Field Values

APACHE_SAM_TYPE_AT

public static final String APACHE_SAM_TYPE_AT
the Apache specific SAM type attribute

See Also:
Constant Field Values

APACHE_SAM_TYPE_AT_OID

public static final String APACHE_SAM_TYPE_AT_OID
See Also:
Constant Field Values
Constructor Detail

KerberosAttribute

public KerberosAttribute()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.