org.openejb.corba.security.config.tss
Class TSSEntity

java.lang.Object
  extended byorg.openejb.corba.security.config.tss.TSSEntity
All Implemented Interfaces:
Serializable

public class TSSEntity
extends Object
implements Serializable

Version:
$Revision: 445259 $ $Date: 2005-03-08 05:08:36 +0100 (Tue, 08 Mar 2005) $
See Also:
Serialized Form

Constructor Summary
TSSEntity()
           
 
Method Summary
 X500Principal getDistinguishedName()
           
 String getHostname()
           
 void setDistinguishedName(X500Principal distinguishedName)
           
 void setHostname(String hostname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSEntity

public TSSEntity()
Method Detail

getHostname

public String getHostname()

setHostname

public void setHostname(String hostname)

getDistinguishedName

public X500Principal getDistinguishedName()

setDistinguishedName

public void setDistinguishedName(X500Principal distinguishedName)


Copyright © 1999-2006 OpenEJB. All Rights Reserved.