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

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

public class TSSITTPrincipalNameGSSUP
extends TSSSASIdentityToken

Version:
$Rev: 445809 $ $Date: 2005-11-23 05:04:15 +0100 (Wed, 23 Nov 2005) $
See Also:
Serialized Form

Field Summary
static String OID
           
 
Constructor Summary
TSSITTPrincipalNameGSSUP(Class principalClass, 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
Constructor Detail

TSSITTPrincipalNameGSSUP

public TSSITTPrincipalNameGSSUP(Class principalClass,
                                String realmName,
                                String domainName)
                         throws NoSuchMethodException
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.