Class SAPConstants
- java.lang.Object
-
- se.litsec.swedisheid.opensaml.saml2.signservice.sap.SAPConstants
-
public class SAPConstants extends Object
Defines constants for the "Signature Activation Protocol for Federated Signing" specification.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Field Summary
Fields Modifier and Type Field Description static StringSAP_NSThe namespace for the Signature Activation Protocol.static StringSAP_NS_PREFIXNamespace prefix for the SAP namespace.
-
-
-
Field Detail
-
SAP_NS_PREFIX
public static final String SAP_NS_PREFIX
Namespace prefix for the SAP namespace.- See Also:
- Constant Field Values
-
SAP_NS
public static final String SAP_NS
The namespace for the Signature Activation Protocol.- See Also:
- Constant Field Values
-
-