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: 540371 $, $Date: 2007-05-21 20:00:43 -0400 (Mon, 21 May 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-2007 The Apache Software Foundation. All Rights Reserved.