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

Version:
$Rev: 613608 $, $Date: 2008-01-20 17:59:10 +0100 (Sun, 20 Jan 2008) $
Author:
Apache Directory Project

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

KRB5_KEY_AT

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

See Also:
Constant Field Values

KRB5_KEY_AT_OID

public static final java.lang.String KRB5_KEY_AT_OID
See Also:
Constant Field Values

KRB5_KEY_VERSION_NUMBER_AT

public static final java.lang.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 java.lang.String KRB5_KEY_VERSION_NUMBER_AT_OID
See Also:
Constant Field Values

KRB5_ACCOUNT_DISABLED_AT

public static final java.lang.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 java.lang.String KRB5_ACCOUNT_DISABLED_AT_OID
See Also:
Constant Field Values

KRB5_ACCOUNT_LOCKEDOUT_AT

public static final java.lang.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 java.lang.String KRB5_ACCOUNT_LOCKEDOUT_AT_OID
See Also:
Constant Field Values

KRB5_ACCOUNT_EXPIRATION_TIME_AT

public static final java.lang.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 java.lang.String KRB5_ACCOUNT_EXPIRATION_TIME_AT_OID
See Also:
Constant Field Values

APACHE_SAM_TYPE_AT

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

See Also:
Constant Field Values

APACHE_SAM_TYPE_AT_OID

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

KerberosAttribute

public KerberosAttribute()


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