org.apache.geronimo.corba.security.config.css
Interface CSSASMechConfig

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

public interface CSSASMechConfig
extends Serializable


Method Summary
 boolean canHandle(TSSASMechConfig asMech)
           
 byte[] encode()
          Encode the client authentication token
 short getRequires()
           
 short getSupports()
           
 void toString(String spaces, StringBuffer buf)
           
 

Method Detail

getSupports

short getSupports()

getRequires

short getRequires()

canHandle

boolean canHandle(TSSASMechConfig asMech)

encode

byte[] encode()
Encode the client authentication token

Returns:
the encoded client authentication token

toString

void toString(String spaces,
              StringBuffer buf)


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