public class AsRequest extends KdcRequest
credCache| Constructor and Description |
|---|
AsRequest(KrbContext context) |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
getClientKey() |
PrincipalName |
getClientPrincipal() |
TgtTicket |
getTicket() |
void |
process() |
void |
processResponse(KdcRep kdcRep) |
protected CredentialCache |
resolveCredCache(File ccacheFile) |
void |
setClientKey(EncryptionKey clientKey) |
void |
setClientPrincipal(PrincipalName clientPrincipal) |
addHost, askQuestion, cacheValue, decryptWithClientKey, generateNonce, getArmorKey, getAsKey, getCacheValue, getChosenEncryptionType, getChosenNonce, getContext, getCredCache, getEncryptionTypes, getEncType, getFastRequestState, getHostAddresses, getKdcOptions, getKdcRep, getKdcReq, getOuterRequestBody, getPreauthContext, getPreauthHandler, getPreauthOptions, getPreauthTime, getReqBody, getRequestOptions, getServerPrincipal, getSessionData, getTicketTillTime, getTicketValidTime, isRetrying, makeReqBody, needAsKey, preauth, processKdcOptions, resetPrequthContxt, setAllowedPreauth, setAsKey, setChosenEncryptionType, setChosenNonce, setContext, setEncryptionTypes, setFastRequestState, setHostAddresses, setKdcOptions, setKdcRep, setKdcReq, setOuterRequestBody, setPreauthRequired, setRequestOptions, setServerPrincipal, setSessionDatapublic AsRequest(KrbContext context)
public PrincipalName getClientPrincipal()
getClientPrincipal in class KdcRequestpublic void setClientPrincipal(PrincipalName clientPrincipal)
public void setClientKey(EncryptionKey clientKey)
public EncryptionKey getClientKey() throws KrbException
getClientKey in class KdcRequestKrbExceptionpublic void process()
throws KrbException
process in class KdcRequestKrbExceptionpublic void processResponse(KdcRep kdcRep) throws KrbException
processResponse in class KdcRequestKrbExceptionpublic TgtTicket getTicket()
protected CredentialCache resolveCredCache(File ccacheFile) throws IOException
IOExceptionCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.