|
||||||||||
| 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 | |
|---|---|
String |
getCommonName()
Returns the common name. |
String |
getDistinguishedName()
Returns the distinguished name. |
KerberosTime |
getExpiration()
Returns the expiration time. |
int |
getKDCFlags()
Returns the KDC flags. |
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. |
KerberosPrincipal |
getPrincipal()
Returns the principal. |
String |
getRealmName()
Returns the realm name. |
SamType |
getSamType()
Returns the single-use authentication (SAM) type. |
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 String getDistinguishedName()
public String getCommonName()
public String getUserId()
public Map<EncryptionType,EncryptionKey> getKeyMap()
public int getKDCFlags()
public int getKeyVersionNumber()
public int getMaxLife()
public int getMaxRenew()
public KerberosTime getPasswordEnd()
public KerberosPrincipal getPrincipal()
public 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 | |||||||||