/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/ |
H A D | SAMLv2AuthContexts.java | 61 if (entry.isDefault) { 82 if (entry.isDefault) { 119 * @param isDefault true if it is default. 125 boolean isDefault 133 c.isDefault = isDefault; 145 * @param isDefault true if it is default. 154 boolean isDefault 162 c.isDefault = isDefault; 217 public boolean isDefault; field in class:SAMLv2AuthContexts.SAMLv2AuthContext [all...] |
H A D | SAMLv2IDPAssertionContentViewBean.java | 164 boolean isDefault = false; 166 isDefault = true; 169 authContexts.put(name, supported, key, value, level, isDefault);
|
H A D | SAMLv2SPAssertionContentViewBean.java | 159 boolean isDefault = false; 161 isDefault = true; 164 authContexts.put(name, supported, level, isDefault);
|
H A D | SAMLv2SPServicesViewBean.java | 237 String isDefault = (String)tblAssertionConsumerModel.getValue( 239 boolean theValue = Boolean.parseBoolean(isDefault);
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/ |
H A D | SAMLv2AuthContexts.java | 61 if (entry.isDefault) { 82 if (entry.isDefault) { 119 * @param isDefault true if it is default. 125 boolean isDefault 133 c.isDefault = isDefault; 145 * @param isDefault true if it is default. 154 boolean isDefault 162 c.isDefault = isDefault; 217 public boolean isDefault; field in class:SAMLv2AuthContexts.SAMLv2AuthContext [all...] |
H A D | SAMLv2IDPAssertionContentViewBean.java | 164 boolean isDefault = false; 166 isDefault = true; 169 authContexts.put(name, supported, key, value, level, isDefault);
|
H A D | SAMLv2SPAssertionContentViewBean.java | 159 boolean isDefault = false; 161 isDefault = true; 164 authContexts.put(name, supported, level, isDefault);
|
H A D | SAMLv2SPServicesViewBean.java | 237 String isDefault = (String)tblAssertionConsumerModel.getValue( 239 boolean theValue = Boolean.parseBoolean(isDefault);
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | SPCache.java | 163 boolean isDefault = isDefaultOrg(realmName); 171 if (isDefault && key.endsWith("|/")) { 183 if (isDefault && key.endsWith("|/")) {
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/profile/ |
H A D | SPCache.java | 165 boolean isDefault = isDefaultOrg(realmName); 173 if (isDefault && key.endsWith("|/")) { 185 if (isDefault && key.endsWith("|/")) {
|
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/service/ |
H A D | ScriptConfiguration.java | 39 private final boolean isDefault;
field in class:ScriptConfiguration 213 this.isDefault = ScriptConstants.GlobalScript.isGlobalScript(id);
259 public boolean isDefault() {
method in class:ScriptConfiguration 260 return isDefault;
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultIDPAuthnContextMapper.java | 310 boolean isDefault = false; 314 isDefault = true; 328 if (isDefault && 355 if (isDefault) {
|
H A D | DefaultSPAuthnContextMapper.java | 412 boolean isDefault = false; 417 isDefault = true; 449 if (isDefault && (!authRefMap.containsKey(DEFAULT))) { 458 if (isDefault && (authClass != null) &&
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/ |
H A D | DefaultIDPAuthnContextMapper.java | 302 boolean isDefault = false; 306 isDefault = true; 320 if (isDefault && 347 if (isDefault) {
|
H A D | DefaultSPAuthnContextMapper.java | 412 boolean isDefault = false; 417 isDefault = true; 449 if (isDefault && (!authRefMap.containsKey(DEFAULT))) { 458 if (isDefault && (authClass != null) &&
|
/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/ |
H A D | MenuBuilder.java | 407 * @param isDefault 411 public void addBackOption(boolean isDefault) { argument 415 if (isDefault) { 426 * @param isDefault 430 public void addCancelOption(boolean isDefault) { argument 434 if (isDefault) {
|
/forgerock/opendj2/src/server/org/opends/server/util/cli/ |
H A D | MenuBuilder.java | 406 * @param isDefault 410 public void addBackOption(boolean isDefault) { argument 414 if (isDefault) { 425 * @param isDefault 429 public void addCancelOption(boolean isDefault) { argument 433 if (isDefault) {
|
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/ |
H A D | MenuBuilder.java | 407 * @param isDefault 411 public void addBackOption(boolean isDefault) { argument 415 if (isDefault) { 426 * @param isDefault 430 public void addCancelOption(boolean isDefault) { argument 434 if (isDefault) {
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/ |
H A D | MenuBuilder.java | 407 * @param isDefault 411 public void addBackOption(boolean isDefault) { argument 415 if (isDefault) { 426 * @param isDefault 430 public void addCancelOption(boolean isDefault) { argument 434 if (isDefault) {
|
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/ |
H A D | MenuBuilder.java | 406 * @param isDefault 410 public void addBackOption(boolean isDefault) { argument 414 if (isDefault) { 425 * @param isDefault 429 public void addCancelOption(boolean isDefault) { argument 433 if (isDefault) {
|
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/connection/ |
H A D | connection-debug.js | 828 * @param {string} isDefault Determines if the specific header is a default header 832 initHeader:function(label,value,isDefault) 834 var headerObj = (isDefault)?this._default_headers:this._http_headers; 845 if(isDefault){
|
H A D | connection-min.js | 68 return obj;},initHeader:function(label,value,isDefault) 69 {var headerObj=(isDefault)?this._default_headers:this._http_headers;if(headerObj[label]===undefined){headerObj[label]=value;} 71 if(isDefault){this._has_default_headers=true;}
|
H A D | connection.js | 810 * @param {string} isDefault Determines if the specific header is a default header 814 initHeader:function(label,value,isDefault) 816 var headerObj = (isDefault)?this._default_headers:this._http_headers; 827 if(isDefault){
|
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/connection/ |
H A D | connection-debug.js | 828 * @param {string} isDefault Determines if the specific header is a default header 832 initHeader:function(label,value,isDefault) 834 var headerObj = (isDefault)?this._default_headers:this._http_headers; 845 if(isDefault){
|
H A D | connection-min.js | 68 return obj;},initHeader:function(label,value,isDefault) 69 {var headerObj=(isDefault)?this._default_headers:this._http_headers;if(headerObj[label]===undefined){headerObj[label]=value;} 71 if(isDefault){this._has_default_headers=true;}
|