public class KdcClientRequest extends Object
| Constructor and Description |
|---|
KdcClientRequest() |
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getClientAddress() |
EncryptionKey |
getClientKey() |
PrincipalName |
getClientPrincipal() |
EncryptionType |
getEncryptionType() |
AuthToken |
getToken() |
boolean |
isAnonymous() |
boolean |
isPkinit() |
boolean |
isPreAuthenticated() |
boolean |
isToken() |
void |
setAnonymous(boolean isAnonymous) |
void |
setClientAddress(InetAddress clientAddress) |
void |
setClientKey(EncryptionKey clientKey) |
void |
setClientPrincipal(PrincipalName clientPrincipal) |
void |
setEncryptionType(EncryptionType encryptionType) |
void |
setPkinit(boolean isPkinit) |
void |
setPreAuthenticated(boolean isPreAuthenticated) |
void |
setToken(AuthToken token) |
void |
setToken(boolean isToken) |
public boolean isPreAuthenticated()
public void setPreAuthenticated(boolean isPreAuthenticated)
public InetAddress getClientAddress()
public void setClientAddress(InetAddress clientAddress)
public EncryptionType getEncryptionType()
public void setEncryptionType(EncryptionType encryptionType)
public EncryptionKey getClientKey()
public void setClientKey(EncryptionKey clientKey)
public PrincipalName getClientPrincipal()
public void setClientPrincipal(PrincipalName clientPrincipal)
public AuthToken getToken()
public void setToken(AuthToken token)
public boolean isToken()
public void setToken(boolean isToken)
public boolean isPkinit()
public void setPkinit(boolean isPkinit)
public boolean isAnonymous()
public void setAnonymous(boolean isAnonymous)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.