Searched defs:trueValue (Results 1 - 6 of 6) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | PolicyDecision.java | 125 String trueValue = actionSchema.getTrueValue(); 126 addActionDecision(newActionDecision, trueValue, falseValue); 133 * using the provided <code>trueValue</code> and <code>falseValue</code> 142 * @param trueValue <code>String</code> representing the </code>true</code> 149 String trueValue, String falseValue) { 154 || (trueValue == null) || (falseValue == null)) { 179 && oldActionValues.contains(trueValue) ) { 183 } else if ( newActionDecision.getValues().contains(trueValue) ) { 148 addActionDecision(ActionDecision newActionDecision, String trueValue, String falseValue) argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/ |
H A D | PolicyDecision.java | 125 String trueValue = actionSchema.getTrueValue(); 126 addActionDecision(newActionDecision, trueValue, falseValue); 133 * using the provided <code>trueValue</code> and <code>falseValue</code> 142 * @param trueValue <code>String</code> representing the </code>true</code> 149 String trueValue, String falseValue) { 154 || (trueValue == null) || (falseValue == null)) { 179 && oldActionValues.contains(trueValue) ) { 183 } else if ( newActionDecision.getValues().contains(trueValue) ) { 148 addActionDecision(ActionDecision newActionDecision, String trueValue, String falseValue) argument
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/ |
H A D | PolicyProperties.java | 93 //pre2.2 default trueValue 96 //pre2.2 trueValue property 345 String trueValue = st2.nextToken(); 348 trueValue, falseValue); 674 String trueValue = null; 679 trueValue = actionEntry[0]; 683 trueValue = pre22TrueValue; 689 + " " + ":returning:" + trueValue ); 691 return trueValue; 779 * @param trueValue <cod 783 setBooleanActionValues(String serviceName, String actionName, String trueValue, String falseValue) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/ |
H A D | PolicyProperties.java | 93 //pre2.2 default trueValue 96 //pre2.2 trueValue property 345 String trueValue = st2.nextToken(); 348 trueValue, falseValue); 674 String trueValue = null; 679 trueValue = actionEntry[0]; 683 trueValue = pre22TrueValue; 689 + " " + ":returning:" + trueValue ); 691 return trueValue; 779 * @param trueValue <cod 783 setBooleanActionValues(String serviceName, String actionName, String trueValue, String falseValue) argument [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | AttributeSchema.java | 565 * @param trueValue string value for <code>BooleanTrueValue</code>. 575 String trueValue, 580 updateBooleanValues(trueValue, trueValueI18nKey, 859 String trueValue, 870 if ((trueValueI18nKey != null) && (trueValue != null)) { 872 trueVals[1] = SMSSchema.escapeSpecialCharacters(trueValue); 574 setBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey ) argument 858 updateBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey, Document doc ) argument
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ |
H A D | AttributeSchema.java | 599 * @param trueValue string value for <code>BooleanTrueValue</code>. 609 String trueValue, 614 updateBooleanValues(trueValue, trueValueI18nKey, 893 String trueValue, 904 if ((trueValueI18nKey != null) && (trueValue != null)) { 906 trueVals[1] = SMSSchema.escapeSpecialCharacters(trueValue); 608 setBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey ) argument 892 updateBooleanValues( String trueValue, String trueValueI18nKey, String falseValue, String falseValueI18nKey, Document doc ) argument
|
Completed in 452 milliseconds