public class ErrorMessageModifier extends Object
| Constructor and Description |
|---|
ErrorMessageModifier() |
| Modifier and Type | Method and Description |
|---|---|
ErrorMessage |
getErrorMessage()
Returns the
ErrorMessage. |
void |
setClientMicroSecond(Integer clientMicroSecond)
Sets the client microsecond.
|
void |
setClientPrincipal(KerberosPrincipal principal)
Sets the client
KerberosPrincipal. |
void |
setClientTime(KerberosTime time)
Sets the client
KerberosTime. |
void |
setErrorCode(int code)
Sets the error code.
|
void |
setExplanatoryData(byte[] data)
Sets the explanatory data.
|
void |
setExplanatoryText(String text)
Sets the explanatory text.
|
void |
setServerMicroSecond(int serverMicroSecond)
Sets the server microsecond.
|
void |
setServerPrincipal(KerberosPrincipal principal)
Sets the server
KerberosPrincipal. |
void |
setServerTime(KerberosTime time)
Sets the server
KerberosTime. |
public ErrorMessage getErrorMessage()
ErrorMessage.ErrorMessage.public void setClientPrincipal(KerberosPrincipal principal)
KerberosPrincipal.principal - public void setClientTime(KerberosTime time)
KerberosTime.time - public void setClientMicroSecond(Integer clientMicroSecond)
clientMicroSecond - public void setExplanatoryData(byte[] data)
data - public void setErrorCode(int code)
code - public void setExplanatoryText(String text)
text - public void setServerPrincipal(KerberosPrincipal principal)
KerberosPrincipal.principal - public void setServerTime(KerberosTime time)
KerberosTime.time - public void setServerMicroSecond(int serverMicroSecond)
serverMicroSecond - Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.