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

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

public class TSSITTAbsent
extends TSSSASIdentityToken

See Also:
Serialized Form

Field Summary
static String OID
           
 
Constructor Summary
TSSITTAbsent()
           
 
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
See Also:
Constant Field Values
Constructor Detail

TSSITTAbsent

public TSSITTAbsent()
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.