| Package | Description |
|---|---|
| org.apache.directory.server.kerberos.shared.store |
Provides the implementation for storing Kerberos principals
and symmetric keys backed by JNDI.
|
| org.apache.directory.shared.kerberos |
| Modifier and Type | Method and Description |
|---|---|
KerberosTime |
PrincipalStoreEntry.getExpiration()
Returns the expiration time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalStoreEntryModifier.setExpiration(KerberosTime expiration)
Sets the expiration time.
|
| Modifier and Type | Field and Description |
|---|---|
static KerberosTime |
KerberosTime.INFINITY
Constant for the
KerberosTime "infinity." |
| Modifier and Type | Method and Description |
|---|---|
static KerberosTime |
KerberosTime.getTime(String zuluTime)
Returns the
KerberosTime for a given zulu time. |
| Modifier and Type | Method and Description |
|---|---|
int |
KerberosTime.compareTo(KerberosTime that)
compares current kerberos time with the given kerberos time
|
Copyright © 2003–2023 The Apache Software Foundation. All rights reserved.