public class ArmoredRequest extends Object
| Constructor and Description |
|---|
ArmoredRequest(KdcRequest kdcRequest) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
getArmorCacheKey() |
EncryptionKey |
getClientKey() |
org.apache.kerby.KOptions |
getPreauthOptions() |
protected Authenticator |
makeAuthenticator(Credential credential,
EncryptionKey subKey) |
protected void |
preauth() |
void |
process() |
public ArmoredRequest(KdcRequest kdcRequest)
public void process()
throws KrbException
KrbExceptionprotected void preauth()
throws KrbException
KrbExceptionpublic org.apache.kerby.KOptions getPreauthOptions()
public EncryptionKey getClientKey() throws KrbException
KrbExceptionpublic EncryptionKey getArmorCacheKey()
protected Authenticator makeAuthenticator(Credential credential, EncryptionKey subKey) throws KrbException
KrbExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.