org.apache.geronimo.corba.security.config.css
Class CSSSASMechConfig
java.lang.Object
org.apache.geronimo.corba.security.config.css.CSSSASMechConfig
- All Implemented Interfaces:
- Serializable
public class CSSSASMechConfig
- extends Object
- implements Serializable
- See Also:
- Serialized Form
CSSSASMechConfig
public CSSSASMechConfig()
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.