org.apache.directory.server.kerberos.shared.messages.value
Class KerberosPrincipalModifier

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

public class KerberosPrincipalModifier
extends java.lang.Object

Version:
$Rev: 587146 $, $Date: 2007-10-22 18:28:37 +0200 (Mon, 22 Oct 2007) $
Author:
Apache Directory Project

Constructor Summary
KerberosPrincipalModifier()
           
 
Method Summary
 javax.security.auth.kerberos.KerberosPrincipal getKerberosPrincipal()
          Returns the KerberosPrincipal.
 void setPrincipalName(PrincipalName principalName)
          Sets the PrincipalName.
 void setRealm(java.lang.String realm)
          Sets the realm.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosPrincipalModifier

public KerberosPrincipalModifier()
Method Detail

getKerberosPrincipal

public javax.security.auth.kerberos.KerberosPrincipal getKerberosPrincipal()
Returns the KerberosPrincipal.

Returns:
The KerberosPrincipal.

setPrincipalName

public void setPrincipalName(PrincipalName principalName)
Sets the PrincipalName.

Parameters:
principalName -

setRealm

public void setRealm(java.lang.String realm)
Sets the realm.

Parameters:
realm -


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