Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
org.apache.directory.server.kerberos.shared.messages.value.flags |
Modifier and Type | Method and Description |
---|---|
void |
EncTicketPartModifier.clearFlag(KerberosFlag flag)
Clears the flag at the given index.
|
void |
EncTicketPartModifier.setFlag(KerberosFlag flag)
Sets the flag at the given index.
|
Modifier and Type | Class and Description |
---|---|
class |
TicketFlag
An enum to describe all the TicketFlag possible values.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractKerberosFlags.clearFlag(KerberosFlag flag)
clear a flag in a list of flags
|
void |
KerberosFlags.clearFlag(KerberosFlag flag)
clear a flag in a list of flags
|
boolean |
AbstractKerberosFlags.isFlagSet(KerberosFlag flag)
Check if a flag is set for the actual value
|
boolean |
KerberosFlags.isFlagSet(KerberosFlag flag)
Check if a flag is set for the actual value
|
void |
AbstractKerberosFlags.setFlag(KerberosFlag flag)
Set a flag in a list of flags
|
void |
KerberosFlags.setFlag(KerberosFlag flag)
Set a flag in a list of flags
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.