org.systinet.wasp.security.ws
Class STRTransform

java.lang.Object
  extended byorg.systinet.wasp.security.ws.Transform
      extended byorg.systinet.wasp.security.ws.STRTransform

public class STRTransform
extends Transform

STR transformations.

Since:
4.6
Component:
Security-Providers

Field Summary
static STRTransform TRANSFORM_STR
          SecurityTokenReference transformation http://schemas.xmlsoap.org/2003/06/STR-Transform.
static STRTransform TRANSFORM_STR_C14N_EX
          SecurityTokenReference transformation http://schemas.xmlsoap.org/2003/06/STR-Transform.
 
Methods inherited from class org.systinet.wasp.security.ws.Transform
getExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSFORM_STR

public static final STRTransform TRANSFORM_STR
SecurityTokenReference transformation http://schemas.xmlsoap.org/2003/06/STR-Transform.


TRANSFORM_STR_C14N_EX

public static final STRTransform TRANSFORM_STR_C14N_EX
SecurityTokenReference transformation http://schemas.xmlsoap.org/2003/06/STR-Transform. with the canonicalization http://www.w3.org/2001/10/xml-exc-c14n#