Package | Description |
---|---|
org.apache.directory.server.kerberos.shared.io.decoder |
Provides the decoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.io.encoder |
Provides the encoders for Kerberos message objects.
|
org.apache.directory.server.kerberos.shared.messages.components |
Provides major components of Kerberos messages.
|
org.apache.directory.server.kerberos.shared.messages.value |
Provides value object components of Kerberos messages.
|
Modifier and Type | Method and Description |
---|---|
protected static AuthorizationData |
AuthorizationDataDecoder.decodeSequence(org.apache.directory.shared.asn1.der.DERSequence sequence)
AuthorizationData ::= SEQUENCE OF SEQUENCE {
ad-type[0] INTEGER,
ad-data[1] OCTET STRING
}
|
Modifier and Type | Method and Description |
---|---|
protected static org.apache.directory.shared.asn1.der.DERSequence |
AuthorizationDataEncoder.encode(AuthorizationData data)
AuthorizationData ::= SEQUENCE OF SEQUENCE {
ad-type[0] INTEGER,
ad-data[1] OCTET STRING
}
|
Modifier and Type | Method and Description |
---|---|
AuthorizationData |
Authenticator.getAuthorizationData()
Returns the
AuthorizationData . |
AuthorizationData |
EncTicketPart.getAuthorizationData()
Returns the
AuthorizationData . |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatorModifier.setAuthorizationData(AuthorizationData data)
Sets the
AuthorizationData . |
void |
EncTicketPartModifier.setAuthorizationData(AuthorizationData data)
Sets the
AuthorizationData . |
Constructor and Description |
---|
Authenticator(int versionNumber,
KerberosPrincipal clientPrincipal,
Checksum checksum,
int clientMicroSecond,
KerberosTime clientTime,
EncryptionKey subSessionKey,
int sequenceNumber,
AuthorizationData authorizationData)
Creates a new instance of Authenticator.
|
Authenticator(KerberosPrincipal clientPrincipal,
Checksum checksum,
int clientMicroSecond,
KerberosTime clientTime,
EncryptionKey subSessionKey,
int sequenceNumber,
AuthorizationData authorizationData)
Creates a new instance of Authenticator.
|
EncTicketPart(TicketFlags flags,
EncryptionKey key,
KerberosPrincipal clientPrincipal,
TransitedEncoding transited,
KerberosTime authtime,
KerberosTime starttime,
KerberosTime endtime,
KerberosTime renewTill,
HostAddresses caddr,
AuthorizationData authorizationData)
Creates a new instance of EncTicketPart.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationData.add(AuthorizationData data)
Adds all
AuthorizationData entries to this AuthorizationData . |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.