Class PscConstants
- java.lang.Object
-
- se.litsec.swedisheid.opensaml.saml2.authentication.psc.PscConstants
-
public class PscConstants extends Object
Defines constants for the "Principal Selection in SAML Authentication Requests" specification.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Field Summary
Fields Modifier and Type Field Description static StringPSC_NSThe namespace for the Principal Selection Criteria schema.static StringPSC_NS_PREFIXNamespace prefix for the PSC (Principal Selection Criteria) namespace.
-
-
-
Field Detail
-
PSC_NS_PREFIX
public static final String PSC_NS_PREFIX
Namespace prefix for the PSC (Principal Selection Criteria) namespace.- See Also:
- Constant Field Values
-
PSC_NS
public static final String PSC_NS
The namespace for the Principal Selection Criteria schema.- See Also:
- Constant Field Values
-
-