org.apache.directory.server.kerberos.shared.messages
Class ErrorMessageModifier

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.messages.ErrorMessageModifier

public class ErrorMessageModifier
extends java.lang.Object

Version:
$Rev: 540371 $, $Date: 2007-05-22 02:00:43 +0200 (Tue, 22 May 2007) $
Author:
Apache Directory Project

Constructor Summary
ErrorMessageModifier()
           
 
Method Summary
 ErrorMessage getErrorMessage()
          Returns the ErrorMessage.
 void setClientMicroSecond(java.lang.Integer clientMicroSecond)
          Sets the client microsecond.
 void setClientPrincipal(javax.security.auth.kerberos.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(java.lang.String text)
          Sets the explanatory text.
 void setServerMicroSecond(int serverMicroSecond)
          Sets the server microsecond.
 void setServerPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
          Sets the server KerberosPrincipal.
 void setServerTime(KerberosTime time)
          Sets the server KerberosTime.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorMessageModifier

public ErrorMessageModifier()
Method Detail

getErrorMessage

public ErrorMessage getErrorMessage()
Returns the ErrorMessage.

Returns:
The ErrorMessage.

setClientPrincipal

public void setClientPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
Sets the client KerberosPrincipal.

Parameters:
principal -

setClientTime

public void setClientTime(KerberosTime time)
Sets the client KerberosTime.

Parameters:
time -

setClientMicroSecond

public void setClientMicroSecond(java.lang.Integer clientMicroSecond)
Sets the client microsecond.

Parameters:
clientMicroSecond -

setExplanatoryData

public void setExplanatoryData(byte[] data)
Sets the explanatory data.

Parameters:
data -

setErrorCode

public void setErrorCode(int code)
Sets the error code.

Parameters:
code -

setExplanatoryText

public void setExplanatoryText(java.lang.String text)
Sets the explanatory text.

Parameters:
text -

setServerPrincipal

public void setServerPrincipal(javax.security.auth.kerberos.KerberosPrincipal principal)
Sets the server KerberosPrincipal.

Parameters:
principal -

setServerTime

public void setServerTime(KerberosTime time)
Sets the server KerberosTime.

Parameters:
time -

setServerMicroSecond

public void setServerMicroSecond(int serverMicroSecond)
Sets the server microsecond.

Parameters:
serverMicroSecond -


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.