public class PkinitRequestContext extends Object implements PluginRequestContext
| Modifier and Type | Field and Description |
|---|---|
boolean |
doIdentityMatching |
boolean |
identityInitialized |
IdentityOpts |
identityOpts |
boolean |
identityPrompted |
PaDataType |
paType |
PkinitRequestOpts |
requestOpts |
boolean |
rfc6112Kdc |
| Constructor and Description |
|---|
PkinitRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.kerby.kerberos.kerb.crypto.dh.DiffieHellmanClient |
getDhClient() |
void |
setDhClient(org.apache.kerby.kerberos.kerb.crypto.dh.DiffieHellmanClient client) |
void |
updateRequestOpts(PluginOpts pluginOpts) |
public PkinitRequestOpts requestOpts
public IdentityOpts identityOpts
public boolean doIdentityMatching
public PaDataType paType
public boolean rfc6112Kdc
public boolean identityInitialized
public boolean identityPrompted
public void updateRequestOpts(PluginOpts pluginOpts)
public void setDhClient(org.apache.kerby.kerberos.kerb.crypto.dh.DiffieHellmanClient client)
public org.apache.kerby.kerberos.kerb.crypto.dh.DiffieHellmanClient getDhClient()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.