public class TokenRequestContext extends Object implements PluginRequestContext
| Constructor and Description |
|---|
TokenRequestContext() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.kerby.kerberos.kerb.type.pa.PaDataType |
getPaType() |
boolean |
isDoIdentityMatching() |
boolean |
isIdentityInitialized() |
boolean |
isIdentityPrompted() |
void |
setDoIdentityMatching(boolean doIdentityMatching) |
void |
setIdentityInitialized(boolean identityInitialized) |
void |
setIdentityPrompted(boolean identityPrompted) |
void |
setPaType(org.apache.kerby.kerberos.kerb.type.pa.PaDataType paType) |
public boolean isDoIdentityMatching()
public void setDoIdentityMatching(boolean doIdentityMatching)
public org.apache.kerby.kerberos.kerb.type.pa.PaDataType getPaType()
public void setPaType(org.apache.kerby.kerberos.kerb.type.pa.PaDataType paType)
public boolean isIdentityInitialized()
public void setIdentityInitialized(boolean identityInitialized)
public boolean isIdentityPrompted()
public void setIdentityPrompted(boolean identityPrompted)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.