public class PreauthContext extends Object
| Constructor and Description |
|---|
PreauthContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkAndPutTried(PaDataType paType) |
PaDataType |
getAllowedPaType() |
PaData |
getErrorPaData() |
List<PreauthHandle> |
getHandles() |
PaData |
getInputPaData() |
PaData |
getOutputPaData() |
UserResponser |
getUserResponser() |
boolean |
hasInputPaData() |
boolean |
isPaTypeAllowed(PaDataType paType) |
boolean |
isPreauthRequired() |
void |
reset() |
void |
setAllowedPaType(PaDataType paType) |
void |
setErrorPaData(PaData errorPaData) |
void |
setInputPaData(PaData inputPaData) |
void |
setPreauthRequired(boolean preauthRequired) |
public void reset()
public boolean isPreauthRequired()
public void setPreauthRequired(boolean preauthRequired)
public UserResponser getUserResponser()
public boolean isPaTypeAllowed(PaDataType paType)
public PaData getOutputPaData() throws KrbException
KrbExceptionpublic boolean hasInputPaData()
public PaData getInputPaData()
public void setInputPaData(PaData inputPaData)
public PaData getErrorPaData()
public void setErrorPaData(PaData errorPaData)
public void setAllowedPaType(PaDataType paType)
public List<PreauthHandle> getHandles()
public PaDataType getAllowedPaType()
public boolean checkAndPutTried(PaDataType paType)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.