org.apache.directory.server.kerberos.shared.store
Class PrincipalStoreEntry
java.lang.Object
org.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
public class PrincipalStoreEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.