org.apache.geronimo.corba.security.config.tss
Class TSSITTPrincipalNameGSSUP

java.lang.Object
  extended by org.apache.geronimo.corba.security.config.tss.TSSSASIdentityToken
      extended by org.apache.geronimo.corba.security.config.tss.TSSITTPrincipalNameGSSUP
All Implemented Interfaces:
Serializable

public class TSSITTPrincipalNameGSSUP
extends TSSSASIdentityToken

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()
           
 void toString(String spaces, StringBuffer buf)
           
 
Methods inherited from class org.apache.geronimo.corba.security.config.tss.TSSSASIdentityToken
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

OID

public static final String OID
Constructor Detail

TSSITTPrincipalNameGSSUP

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

toString

public void toString(String spaces,
                     StringBuffer buf)


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