org.jboss.identity.federation.api.wstrust
Class WSTrustConstants

java.lang.Object
  extended by org.jboss.identity.federation.api.wstrust.WSTrustConstants

public class WSTrustConstants
extends java.lang.Object

This class defines the constants used throughout the WS-Trust implementation code.

Author:
Stefan Guilhen

Field Summary
static java.lang.String BASE_NAMESPACE
           
static java.lang.String CANCEL_REQUEST
           
static java.lang.String ISSUE_REQUEST
           
static java.lang.String RENEW_REQUEST
           
static java.lang.String VALIDATE_REQUEST
           
 
Constructor Summary
WSTrustConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_NAMESPACE

public static final java.lang.String BASE_NAMESPACE
See Also:
Constant Field Values

ISSUE_REQUEST

public static final java.lang.String ISSUE_REQUEST
See Also:
Constant Field Values

RENEW_REQUEST

public static final java.lang.String RENEW_REQUEST
See Also:
Constant Field Values

CANCEL_REQUEST

public static final java.lang.String CANCEL_REQUEST
See Also:
Constant Field Values

VALIDATE_REQUEST

public static final java.lang.String VALIDATE_REQUEST
See Also:
Constant Field Values
Constructor Detail

WSTrustConstants

public WSTrustConstants()


Copyright © 2009 JBoss Inc.. All Rights Reserved.