Searched defs:returnEmptySetIfValueIsNull (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedGeneralBase.java87 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:WSFedGeneralBase
H A DSAMLv2Base.java137 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:SAMLv2Base
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DWSFedGeneralBase.java87 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:WSFedGeneralBase
H A DSAMLv2Base.java137 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:SAMLv2Base
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/
H A DConfigureGoogleAppsCompleteViewBean.java146 values.put("urllist", returnEmptySetIfValueIsNull(msg));
240 private Set returnEmptySetIfValueIsNull(String str) { method in class:ConfigureGoogleAppsCompleteViewBean
H A DConfigureSalesForceAppsCompleteViewBean.java143 values.put("urllist", returnEmptySetIfValueIsNull(msg));
256 private Set returnEmptySetIfValueIsNull(String str) { method in class:ConfigureSalesForceAppsCompleteViewBean
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/
H A DConfigureGoogleAppsCompleteViewBean.java146 values.put("urllist", returnEmptySetIfValueIsNull(msg));
240 private Set returnEmptySetIfValueIsNull(String str) { method in class:ConfigureGoogleAppsCompleteViewBean
H A DConfigureSalesForceAppsCompleteViewBean.java143 values.put("urllist", returnEmptySetIfValueIsNull(msg));
256 private Set returnEmptySetIfValueIsNull(String str) { method in class:ConfigureSalesForceAppsCompleteViewBean
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModelImpl.java297 returnEmptySetIfValueIsNull(
318 returnEmptySetIfValueIsNull(signoutPageURL));
321 returnEmptySetIfValueIsNull(url + "/idm/EndUser"));
339 map.put("PubKey", returnEmptySetIfValueIsNull(str));
381 map.put("PubKey", returnEmptySetIfValueIsNull(str));
382 map.put("IssuerID", returnEmptySetIfValueIsNull(entityId));
384 map.put("AttributeName", returnEmptySetIfValueIsNull(attributeNames));
457 protected Set returnEmptySetIfValueIsNull(String str) { method in class:TaskModelImpl
466 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:TaskModelImpl
470 protected Set returnEmptySetIfValueIsNull(Lis method in class:TaskModelImpl
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/model/
H A DTaskModelImpl.java297 returnEmptySetIfValueIsNull(
318 returnEmptySetIfValueIsNull(signoutPageURL));
321 returnEmptySetIfValueIsNull(url + "/idm/EndUser"));
339 map.put("PubKey", returnEmptySetIfValueIsNull(str));
381 map.put("PubKey", returnEmptySetIfValueIsNull(str));
382 map.put("IssuerID", returnEmptySetIfValueIsNull(entityId));
384 map.put("AttributeName", returnEmptySetIfValueIsNull(attributeNames));
457 protected Set returnEmptySetIfValueIsNull(String str) { method in class:TaskModelImpl
466 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:TaskModelImpl
470 protected Set returnEmptySetIfValueIsNull(Lis method in class:TaskModelImpl
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModelImpl.java562 protected Set returnEmptySetIfValueIsNull(boolean b) { method in class:EntityModelImpl
568 protected Set returnEmptySetIfValueIsNull(String str) { method in class:EntityModelImpl
577 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:EntityModelImpl
581 protected Set returnEmptySetIfValueIsNull(List l) { method in class:EntityModelImpl
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModelImpl.java562 protected Set returnEmptySetIfValueIsNull(boolean b) { method in class:EntityModelImpl
568 protected Set returnEmptySetIfValueIsNull(String str) { method in class:EntityModelImpl
577 protected Set returnEmptySetIfValueIsNull(Set set) { method in class:EntityModelImpl
581 protected Set returnEmptySetIfValueIsNull(List l) { method in class:EntityModelImpl

Completed in 40 milliseconds