Searched refs:valid (Results 1 - 25 of 250) sorted by relevance

12345678910

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DRequiredValueValidator.java49 boolean valid = (values.size() > 0);
50 if (valid) {
51 valid = false;
52 for (Iterator i = values.iterator(); (i.hasNext() && !valid);) {
55 * 20050502 Dennis Seah Note: valid even if str is " "
57 valid = (str != null) && (str.length() > 0);
60 return valid;
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealmAuthenticationResult.java47 public AmRealmAuthenticationResult(boolean valid) { argument
48 this(valid,null);
51 public AmRealmAuthenticationResult(boolean valid, Set attributes) { argument
52 setValid(valid);
68 private void setValid(boolean valid) { argument
69 _isValid = valid;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DListValueValidator.java78 boolean valid = true; //blank or emtpy values set are valid
83 for (Iterator i = values.iterator(); (i.hasNext() && valid);) {
87 valid = m.matches();
91 if (valid)
92 valid = checkForValidIntegerKeyInValue(values);
93 return valid;
103 * So need to parse values and get the integer index keys and see if valid.
105 * @param values must be a valid set of inputs. Must be valid i
[all...]
H A DFilterModeValueValidator.java41 * -for example [somecontextroot]=J2EE_POLICY or one of other valid values
52 * not a likely valid character in a context root name and it helps us avoid
103 boolean valid = true;
107 for (Iterator i = values.iterator(); (i.hasNext() && valid);) {
112 valid = m.matches();
119 if (globalFound && globalMatch && valid) {
120 valid = false; //more than one global value so invalid
121 } else if (globalMatch && valid) {
127 valid = false; //empty set not valid
[all...]
H A DGlobalMapValueValidator.java89 boolean valid = true;
93 for (Iterator i = values.iterator(); (i.hasNext() && valid);) {
98 valid = m.matches();
105 if (globalFound && globalMatch && valid) {
106 valid = false; //more than one global value so invalid
107 } else if (globalMatch && valid) {
113 valid = false; //empty set not valid
116 if (valid)
117 valid
[all...]
H A DMapValueValidator.java62 * [key_and_or_value_contains_=_sign] == (equal sign is valid data)
106 boolean valid = true; //blank or emtpy values set are valid
111 for (Iterator i = values.iterator(); (i.hasNext() && valid);) {
115 valid = m.matches();
119 if (valid)
120 valid = MapDuplicateKeyChecker.checkForNoDuplicateKeyInValue(values);
121 return valid;
H A DMapDuplicateKeyChecker.java68 * determined that the set of values is valid in terms of patter matching.
73 * @param values must be a valid set of inputs. Must be valid in the sense
79 boolean valid = true;
82 for (Iterator i = values.iterator(); (i.hasNext() && valid);) {
93 if (keySet.add(str) == false) valid=false;
98 return valid;
H A DDuplicateKeyMapValueValidator.java46 * [key_and_or_value_contains_=_sign] == (equal sign is valid data)
72 boolean valid = true; //blank or emtpy values set are valid
78 valid = m.matches();
82 return valid;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DListValueValidator.java77 boolean valid = true; //blank or empty values set are valid
82 if (!valid) {
88 valid = m.matches();
93 if (valid) {
94 valid = checkForValidIntegerKeyInValue(values);
97 return valid;
107 * So need to parse values and get the integer index keys and see if valid.
109 * @param values must be a valid set of inputs. Must be valid i
[all...]
H A DFilterModeValueValidator.java45 * -for example [somecontextroot]=J2EE_POLICY or one of other valid values
56 * not a likely valid character in a context root name and it helps us avoid
104 boolean valid = true;
110 if (!valid) {
117 valid = matcher.matches();
124 if (globalFound && globalMatch && valid) {
125 valid = false; //more than one global value so invalid
126 } else if (globalMatch && valid) {
131 valid = false;
134 if (valid)
[all...]
H A DGlobalMapValueValidator.java84 boolean valid = true;
91 if (!valid) {
97 valid = matcher.matches();
104 if (globalFound && globalMatch && valid) {
105 valid = false; //more than one global value so invalid
106 } else if (globalMatch && valid) {
111 valid = false;
114 if (valid) {
115 valid = MapDuplicateKeyChecker.checkForNoDuplicateKeyInValue(values);
118 return valid;
[all...]
H A DMapValueValidator.java62 * [key_and_or_value_contains_=_sign] == (equal sign is valid data)
100 boolean valid = true; //blank or empty values set are valid
105 if (!valid) {
111 valid = m.matches();
117 if (valid) {
118 valid = MapDuplicateKeyChecker.checkForNoDuplicateKeyInValue(values);
121 return valid;
H A DMapDuplicateKeyChecker.java68 * determined that the set of values is valid in terms of patter matching.
73 * @param values must be a valid set of inputs. Must be valid in the sense
79 boolean valid = true;
82 for (Iterator i = values.iterator(); (i.hasNext() && valid);) {
93 if (keySet.add(str) == false) valid=false;
98 return valid;
H A DDuplicateKeyMapValueValidator.java47 * [key_and_or_value_contains_=_sign] == (equal sign is valid data)
69 boolean valid = true; //blank or empty values set are valid
75 valid = matcher.matches();
79 return valid;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSAML2SOAPBindingRequestHandler.java39 public boolean valid; field in class:SAML2SOAPBindingRequestHandler
46 valid = true;
48 while (st.hasMoreTokens() && valid) {
58 valid = false;
71 return valid;
H A DSOAPBindingRequestHandler.java39 public boolean valid; field in class:SOAPBindingRequestHandler
46 valid = true;
48 while (st.hasMoreTokens() && valid) {
62 valid = false;
80 return valid;
H A DCharsetAliasEntry.java43 boolean valid = true;
45 while (st.hasMoreTokens() && valid) {
54 valid = false;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DSAML2SOAPBindingRequestHandler.java39 public boolean valid; field in class:SAML2SOAPBindingRequestHandler
46 valid = true;
48 while (st.hasMoreTokens() && valid) {
58 valid = false;
71 return valid;
H A DSOAPBindingRequestHandler.java39 public boolean valid; field in class:SOAPBindingRequestHandler
46 valid = true;
48 while (st.hasMoreTokens() && valid) {
62 valid = false;
80 return valid;
H A DCharsetAliasEntry.java43 boolean valid = true;
45 while (st.hasMoreTokens() && valid) {
54 valid = false;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java137 boolean valid = false;
140 valid = isValidDecision(value);
142 return valid;
146 boolean valid = false;
152 valid = true;
155 return valid;
159 boolean valid = true;
161 return valid;
165 boolean valid = true;
167 return valid;
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DFQDNUrl.java39 private boolean valid; field in class:FQDNUrl
53 valid = strURL.startsWith("http://") || strURL.startsWith("https://");
59 * Returns <code>true</code> if URL is valid.
61 * @return <code>true</code> if URL is valid.
64 return valid;
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DFQDNUrl.java39 private boolean valid; field in class:FQDNUrl
53 valid = strURL.startsWith("http://") || strURL.startsWith("https://");
59 * Returns <code>true</code> if URL is valid.
61 * @return <code>true</code> if URL is valid.
64 return valid;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/common/
H A DXACMLSDKUtils.java137 boolean valid = false;
140 valid = isValidDecision(value);
142 return valid;
146 boolean valid = false;
152 valid = true;
155 return valid;
159 boolean valid = true;
161 return valid;
165 boolean valid = true;
167 return valid;
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/validation/
H A DConfirmationKeyValidator.java55 boolean valid;
58 valid = confirmationKey == null
61 valid = false;
64 if (!valid) {

Completed in 30 milliseconds

12345678910