Package | Description |
---|---|
org.apache.directory.shared.kerberos.codec.kdcReqBody | |
org.apache.directory.shared.kerberos.codec.kdcReqBody.actions |
Modifier and Type | Method and Description |
---|---|
static org.apache.directory.api.asn1.ber.grammar.Grammar<KdcReqBodyContainer> |
KdcReqBodyGrammar.getInstance()
Get the instance of this grammar
|
Modifier and Type | Method and Description |
---|---|
String |
KdcReqBodyStatesEnum.getGrammarName(org.apache.directory.api.asn1.ber.grammar.Grammar<KdcReqBodyContainer> grammar)
Get the grammar name
|
Modifier and Type | Method and Description |
---|---|
void |
AddEType.action(KdcReqBodyContainer kdcReqBodyContainer) |
void |
AddTicket.action(KdcReqBodyContainer kdcReqBodyContainer) |
void |
StoreKdcOptions.action(KdcReqBodyContainer kdcReqBodyContainer) |
void |
StoreFrom.action(KdcReqBodyContainer kdcReqBodyContainer) |
void |
KdcReqBodyInit.action(KdcReqBodyContainer kdcReqBodyContainer) |
void |
StoreTill.action(KdcReqBodyContainer kdcReqBodyContainer) |
void |
ETypeSequence.action(KdcReqBodyContainer kdcReqBodyContainer) |
protected void |
StoreEncAuthorizationData.setEncryptedData(EncryptedData encryptedData,
KdcReqBodyContainer kdcReqBodyContainer)
set the EncryptedData on the ASN.1 object present in the container
|
protected void |
StoreAddresses.setHostAddresses(HostAddresses hostAddresses,
KdcReqBodyContainer kdcReqBodyContainer)
set HostAddresses on the ASN.1 object present in the container
|
void |
StoreNonce.setIntegerValue(int value,
KdcReqBodyContainer kdcReqBodyContainer) |
protected void |
StoreRTime.setKerberosTime(KerberosTime krbtime,
KdcReqBodyContainer kdcReqBodyContainer)
set the KerberosTime on the ASN.1 object present in the container
|
protected void |
StoreCName.setPrincipalName(PrincipalName principalName,
KdcReqBodyContainer kdcReqBodyContainer)
set the PrincipalName on the ASN.1 object of the container
|
protected void |
StoreSName.setPrincipalName(PrincipalName principalName,
KdcReqBodyContainer kdcReqBodyContainer)
set the PrincipalName on the ASN.1 object of the container
|
protected void |
StoreRealm.setRealm(String srealm,
KdcReqBodyContainer kdcReqBodyContainer)
sets the relam value on the ASN.1 object present in the container
|
Copyright © 2003–2020 The Apache Software Foundation. All rights reserved.