org.apache.ws.sandbox.security.trust2
Class TokenTypes

java.lang.Object
  extended byorg.apache.ws.sandbox.security.trust2.TokenTypes

public abstract class TokenTypes
extends java.lang.Object

Author:
ddelvecc

A set of URI constants representing different token types defined by the WS-Security TC. These are typically used in the WS-Trust element.


Field Summary
static java.net.URI PKCS7
           
static java.net.URI USERNAME
           
static java.net.URI X509
           
static java.net.URI X509PKIPATH
           
 
Constructor Summary
TokenTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static java.net.URI USERNAME

X509

public static java.net.URI X509

X509PKIPATH

public static java.net.URI X509PKIPATH

PKCS7

public static java.net.URI PKCS7
Constructor Detail

TokenTypes

public TokenTypes()


Copyright © 2004-2008 Apache Web Services. All Rights Reserved.