org.openejb.corba.security.config.css
Class CSSSASMechConfig

java.lang.Object
  extended byorg.openejb.corba.security.config.css.CSSSASMechConfig
All Implemented Interfaces:
Serializable

public class CSSSASMechConfig
extends Object
implements Serializable

Version:
$Rev: 445382 $ $Date: 2005-04-02 03:08:42 +0200 (Sat, 02 Apr 2005) $
See Also:
Serialized Form

Constructor Summary
CSSSASMechConfig()
           
 
Method Summary
 boolean canHandle(TSSSASMechConfig sasMech)
           
 org.omg.CSI.AuthorizationElement[] encodeAuthorizationElement()
           
 org.omg.CSI.IdentityToken encodeIdentityToken()
           
 CSSSASIdentityToken getIdentityToken()
           
 short getRequires()
           
 short getSupports()
           
 boolean isRequired()
           
 void setIdentityToken(CSSSASIdentityToken identityToken)
           
 void setRequired(boolean required)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSSASMechConfig

public CSSSASMechConfig()
Method Detail

getSupports

public short getSupports()

getRequires

public short getRequires()

isRequired

public boolean isRequired()

setRequired

public void setRequired(boolean required)

getIdentityToken

public CSSSASIdentityToken getIdentityToken()

setIdentityToken

public void setIdentityToken(CSSSASIdentityToken identityToken)

canHandle

public boolean canHandle(TSSSASMechConfig sasMech)

encodeAuthorizationElement

public org.omg.CSI.AuthorizationElement[] encodeAuthorizationElement()

encodeIdentityToken

public org.omg.CSI.IdentityToken encodeIdentityToken()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.