org.openejb.corba.security.config.tss
Class TSSSASIdentityToken

java.lang.Object
  extended byorg.openejb.corba.security.config.tss.TSSSASIdentityToken
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TSSITTAbsent, TSSITTAnonymous, TSSITTDistinguishedName, TSSITTPrincipalNameGSSUP, TSSITTX509CertChain

public abstract class TSSSASIdentityToken
extends Object
implements Serializable

Version:
$Rev: 445461 $ $Date: 2005-06-17 09:25:12 +0200 (Fri, 17 Jun 2005) $
See Also:
Serialized Form

Constructor Summary
TSSSASIdentityToken()
           
 
Method Summary
abstract  Subject check(org.omg.CSI.IdentityToken identityToken)
           
 boolean equals(Object o)
           
abstract  String getOID()
           
abstract  short getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TSSSASIdentityToken

public TSSSASIdentityToken()
Method Detail

getType

public abstract short getType()

getOID

public abstract String getOID()

check

public abstract Subject check(org.omg.CSI.IdentityToken identityToken)
                       throws SASException
Throws:
SASException

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 1999-2006 OpenEJB. All Rights Reserved.