org.openejb.corba.security.config.css
Interface CSSASMechConfig

All Superinterfaces:
Serializable
All Known Implementing Classes:
CSSGSSUPMechConfigDynamic, CSSGSSUPMechConfigStatic, CSSNULLASMechConfig

public interface CSSASMechConfig
extends Serializable

Version:
$Rev: 445377 $ $Date: 2005-03-31 17:28:11 +0200 (Thu, 31 Mar 2005) $

Method Summary
 boolean canHandle(TSSASMechConfig asMech)
           
 byte[] encode()
          Encode the client authentication token
 short getRequires()
           
 short getSupports()
           
 

Method Detail

getSupports

public short getSupports()

getRequires

public short getRequires()

canHandle

public boolean canHandle(TSSASMechConfig asMech)

encode

public byte[] encode()
Encode the client authentication token

Returns:
the encoded client authentication token


Copyright © 1999-2006 OpenEJB. All Rights Reserved.