org.apache.geronimo.corba.security.config.css
Class CSSSASMechConfig

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.css.CSSSASMechConfig
All Implemented Interfaces:
Serializable

public class CSSSASMechConfig
extends Object
implements Serializable

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)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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()

toString

public String toString()
Overrides:
toString in class Object


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