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

java.lang.Object
  extended byorg.openejb.corba.security.config.tss.TSSSASIdentityToken
      extended byorg.openejb.corba.security.config.tss.TSSITTX509CertChain
All Implemented Interfaces:
Serializable

public class TSSITTX509CertChain
extends TSSSASIdentityToken

Version:
$Rev: 445795 $ $Date: 2005-10-27 21:10:15 +0200 (Thu, 27 Oct 2005) $
See Also:
Serialized Form

Field Summary
static String OID
           
 
Constructor Summary
TSSITTX509CertChain(String realmName, String domainName)
           
 
Method Summary
 Subject check(org.omg.CSI.IdentityToken identityToken)
           
 String getOID()
           
 short getType()
           
 
Methods inherited from class org.openejb.corba.security.config.tss.TSSSASIdentityToken
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OID

public static final String OID
See Also:
Constant Field Values
Constructor Detail

TSSITTX509CertChain

public TSSITTX509CertChain(String realmName,
                           String domainName)
Method Detail

getType

public short getType()
Specified by:
getType in class TSSSASIdentityToken

getOID

public String getOID()
Specified by:
getOID in class TSSSASIdentityToken

check

public Subject check(org.omg.CSI.IdentityToken identityToken)
              throws SASException
Specified by:
check in class TSSSASIdentityToken
Throws:
SASException


Copyright © 1999-2006 OpenEJB. All Rights Reserved.