|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of KdcRepContainer in org.apache.directory.shared.kerberos.codec.asRep |
|---|
| Subclasses of KdcRepContainer in org.apache.directory.shared.kerberos.codec.asRep | |
|---|---|
class |
AsRepContainer
The AS-REP container stores the KdcRep decoded by the Asn1Decoder. |
| Uses of KdcRepContainer in org.apache.directory.shared.kerberos.codec.kdcRep |
|---|
| Methods in org.apache.directory.shared.kerberos.codec.kdcRep that return types with arguments of type KdcRepContainer | |
|---|---|
static org.apache.directory.shared.asn1.ber.grammar.Grammar<KdcRepContainer> |
KdcRepGrammar.getInstance()
Get the instance of this grammar |
| Method parameters in org.apache.directory.shared.kerberos.codec.kdcRep with type arguments of type KdcRepContainer | |
|---|---|
String |
KdcRepStatesEnum.getGrammarName(org.apache.directory.shared.asn1.ber.grammar.Grammar<KdcRepContainer> grammar)
Get the grammar name |
| Uses of KdcRepContainer in org.apache.directory.shared.kerberos.codec.kdcRep.actions |
|---|
| Methods in org.apache.directory.shared.kerberos.codec.kdcRep.actions with parameters of type KdcRepContainer | |
|---|---|
void |
StoreTicket.action(KdcRepContainer kdcRepContainer)
|
void |
AddPaData.action(KdcRepContainer kdcRepContainer)
|
protected void |
StoreEncPart.setEncryptedData(EncryptedData encryptedData,
KdcRepContainer kdcRepContainer)
set the EncryptedData on the ASN.1 object present in the container |
protected void |
StoreCName.setPrincipalName(PrincipalName principalName,
KdcRepContainer kdcRepContainer)
set the PrincipalName on the ASN.1 object of the container |
protected void |
StorePvno.setPvno(int pvno,
KdcRepContainer kdcRepContainer)
sets the pvno on the ASN.1 object present in the container |
protected void |
StoreCRealm.setRealm(String realm,
KdcRepContainer kdcRepContainer)
sets the relam value on the ASN.1 object present in the container |
| Uses of KdcRepContainer in org.apache.directory.shared.kerberos.codec.tgsRep |
|---|
| Subclasses of KdcRepContainer in org.apache.directory.shared.kerberos.codec.tgsRep | |
|---|---|
class |
TgsRepContainer
The TGS-REP container stores the TgsRep decoded by the Asn1Decoder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||