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

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

public class PrincipalStoreEntry
extends java.lang.Object


Method Summary
 java.lang.String getCommonName()
           
 EncryptionKey getEncryptionKey()
           
 KerberosTime getExpiration()
           
 int getKDCFlags()
           
 int getMaxLife()
           
 int getMaxRenew()
           
 KerberosTime getPasswordEnd()
           
 javax.security.auth.kerberos.KerberosPrincipal getPrincipal()
           
 java.lang.String getRealmName()
           
 SamType getSamType()
           
 java.lang.String getUserId()
           
 KerberosTime getValidEnd()
           
 KerberosTime getValidStart()
           
 boolean isDisabled()
           
 boolean isLockedOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isDisabled

public boolean isDisabled()

isLockedOut

public boolean isLockedOut()

getExpiration

public KerberosTime getExpiration()

getCommonName

public java.lang.String getCommonName()

getUserId

public java.lang.String getUserId()

getEncryptionKey

public EncryptionKey getEncryptionKey()

getKDCFlags

public int getKDCFlags()

getMaxLife

public int getMaxLife()

getMaxRenew

public int getMaxRenew()

getPasswordEnd

public KerberosTime getPasswordEnd()

getPrincipal

public javax.security.auth.kerberos.KerberosPrincipal getPrincipal()

getRealmName

public java.lang.String getRealmName()

getValidEnd

public KerberosTime getValidEnd()

getValidStart

public KerberosTime getValidStart()

getSamType

public SamType getSamType()