@@ -96,33 +96,6 @@ class Constants extends \SimpleSAML\XMLSecurity\Constants
9696 */
9797 public const CM_VOUCHES = 'urn:oasis:names:tc:SAML:2.0:cm:sender-vouches ' ;
9898
99- /**
100- * Request Authentication Context Comparison indicating that the resulting authentication context in the
101- * authentication statement MUST be stronger (as deemed by the responder) than any one of the authentication
102- * contexts specified
103- */
104- public const COMPARISON_BETTER = 'better ' ;
105-
106- /**
107- * Request Authentication Context Comparison indicating that the resulting authentication context in the
108- * authentication statement MUST be the exact match of at least one of the authentication contexts specified
109- */
110- public const COMPARISON_EXACT = 'exact ' ;
111-
112- /**
113- * Request Authentication Context Comparison indicating that the resulting authentication context in the
114- * authentication statement MUST be as strong as possible (as deemed by the responder) without exceeding the
115- * strength of at least one of the authentication contexts specified.
116- */
117- public const COMPARISON_MAXIMUM = 'maximum ' ;
118-
119- /**
120- * Request Authentication Context Comparison indicating that he resulting authentication context in the
121- * authentication statement MUST be at least as strong (as deemed by the responder) as one of the authentication
122- * contexts specified.
123- */
124- public const COMPARISON_MINIMUM = 'minimum ' ;
125-
12699 /**
127100 * Indicates that a principal’s consent has been explicitly obtained by the issuer of the message during the
128101 * action that initiated the message.
@@ -498,17 +471,4 @@ class Constants extends \SimpleSAML\XMLSecurity\Constants
498471 * The format to express a timestamp in SAML2
499472 */
500473 public const DATETIME_FORMAT = 'Y-m-d \\TH:i:sp ' ;
501-
502- /**
503- * Valid values for saml:DecisionType
504- */
505- public const AUTHZ_DECISION_PERMIT = 'Permit ' ;
506- public const AUTHZ_DECISION_DENY = 'Deny ' ;
507- public const AUTHZ_DECISION_INDETERMINATE = 'Indeterminate ' ;
508-
509- public const AUTHZ_DECISIONS = [
510- self ::AUTHZ_DECISION_PERMIT ,
511- self ::AUTHZ_DECISION_DENY ,
512- self ::AUTHZ_DECISION_INDETERMINATE ,
513- ];
514474}
0 commit comments