|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.store.PrincipalStoreEntry
public class PrincipalStoreEntry
Method Summary | |
---|---|
java.lang.String |
getCommonName()
Returns the common name. |
java.lang.String |
getDistinguishedName()
Returns the distinguished name. |
KerberosTime |
getExpiration()
Returns the expiration time. |
int |
getKDCFlags()
Returns the KDC flags. |
java.util.Map<EncryptionType,EncryptionKey> |
getKeyMap()
Returns the key map. |
int |
getKeyVersionNumber()
Returns the key version number (kvno). |
int |
getMaxLife()
Returns the max life. |
int |
getMaxRenew()
Returns the maximum renew time. |
KerberosTime |
getPasswordEnd()
Returns the expiration time for the password. |
javax.security.auth.kerberos.KerberosPrincipal |
getPrincipal()
Returns the principal. |
java.lang.String |
getRealmName()
Returns the realm name. |
SamType |
getSamType()
Returns the single-use authentication (SAM) type. |
java.lang.String |
getUserId()
Returns the user ID. |
KerberosTime |
getValidEnd()
Returns the end of validity. |
KerberosTime |
getValidStart()
Returns the start of validity. |
boolean |
isDisabled()
Returns whether this account is disabled. |
boolean |
isLockedOut()
Returns whether this account is locked-out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean isDisabled()
public boolean isLockedOut()
public KerberosTime getExpiration()
public java.lang.String getDistinguishedName()
public java.lang.String getCommonName()
public java.lang.String getUserId()
public java.util.Map<EncryptionType,EncryptionKey> getKeyMap()
public int getKDCFlags()
public int getKeyVersionNumber()
public int getMaxLife()
public int getMaxRenew()
public KerberosTime getPasswordEnd()
public javax.security.auth.kerberos.KerberosPrincipal getPrincipal()
public java.lang.String getRealmName()
public KerberosTime getValidEnd()
public KerberosTime getValidStart()
public SamType getSamType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |