Package org.opensaml.soap.wspolicy
Class WSPolicyConstants
- java.lang.Object
-
- org.opensaml.soap.wspolicy.WSPolicyConstants
-
public final class WSPolicyConstants extends Object
WS-Policy 1.2 constants.- See Also:
- "WS-Policy (http://schemas.xmlsoap.org/ws/2004/09/policy)"
-
-
Field Summary
Fields Modifier and Type Field Description static StringWSP_NSWS-Policy namespace.static StringWSP_PREFIXWS-Policy namespace prefix.
-
Constructor Summary
Constructors Modifier Constructor Description privateWSPolicyConstants()Constructor.
-
-
-
Field Detail
-
WSP_NS
public static final String WSP_NS
WS-Policy namespace.- See Also:
- Constant Field Values
-
WSP_PREFIX
public static final String WSP_PREFIX
WS-Policy namespace prefix.- See Also:
- Constant Field Values
-
-