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

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

public class CSSGSSUPMechConfigDynamic
extends Object
implements CSSASMechConfig

This GSSUP mechanism obtains its username and password from a named username password credential that is stored in the subject associated w/ the call stack.

Version:
$Revision: 446189 $ $Date: 2006-05-03 09:31:31 +0200 (Wed, 03 May 2006) $
See Also:
Serialized Form

Constructor Summary
CSSGSSUPMechConfigDynamic(String domain)
           
 
Method Summary
 boolean canHandle(TSSASMechConfig asMech)
           
 byte[] encode()
          Encode the client authentication token
 short getRequires()
           
 short getSupports()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSSGSSUPMechConfigDynamic

public CSSGSSUPMechConfigDynamic(String domain)
Method Detail

getSupports

public short getSupports()
Specified by:
getSupports in interface CSSASMechConfig

getRequires

public short getRequires()
Specified by:
getRequires in interface CSSASMechConfig

canHandle

public boolean canHandle(TSSASMechConfig asMech)
Specified by:
canHandle in interface CSSASMechConfig

encode

public byte[] encode()
Description copied from interface: CSSASMechConfig
Encode the client authentication token

Specified by:
encode in interface CSSASMechConfig
Returns:
the encoded client authentication token


Copyright © 1999-2006 OpenEJB. All Rights Reserved.