Searched refs:hosted (Results 1 - 16 of 16) sorted by relevance
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/task/model/ |
| H A D | TaskModelImpl.java | 158 * Returns a set of hosted IDP in a circle of trust. 162 * @return a set of hosted IDP in a circle of trust. 184 * Returns a set of hosted SP in a circle of trust. 188 * @return a set of hosted SP in a circle of trust. 213 boolean hosted) throws AMConsoleException { 223 if (elm != null && elm.isHosted() == hosted) { 209 getEntities( String realm, String cotName, boolean bIDP, boolean hosted) argument
|
| /forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/ |
| H A D | SAML2MetaManager.java | 1223 * Returns all hosted entities under the realm. 1224 * @param realm The realm under which the hosted entities reside. 1262 * Returns all hosted service provider entities under the realm. 1263 * @param realm The realm under which the hosted service provider entities 1284 * Returns all hosted policy decision point entities under the realm. 1286 * @param realm The realm under which the hosted policy decision point 1311 boolean hosted 1314 List hostedEntityIds = (hosted) ? getAllHostedEntities(realm) : 1327 * Returns all hosted policy enforcement point entities under the realm. 1329 * @param realm The realm under which the hosted polic [all...] |
| /forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
| H A D | EntityModelImpl.java | 210 List hosted = 218 if ((hosted != null) && (hosted.contains(entity))) {
|
| /forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/ |
| H A D | ConfigFedMonitoring.java | 546 List hosted = saml2Mgr.getAllHostedEntities(realm); 550 if ((hosted != null) && hosted.contains(entId)) { 551 wse.put("location", "hosted"); 574 List hosted = metaManager.getAllHostedEntities(realm); 578 if ((hosted != null) && hosted.contains(entId)) { 579 wse.put("location", "hosted"); 600 List hosted = idffMgr.getAllHostedEntities(realm); 604 if ((hosted ! [all...] |
| /forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
| H A D | ConfigureSalesForceApps.java | 157 boolean hosted) { 160 String strHosted = (hosted) ? "1" : "0"; 163 buff.append(" hosted=\"").append(strHosted).append("\"\n"); 155 createExtendedDataTemplate( String entityID, boolean hosted) argument
|
| H A D | CreateRemoteSP.java | 142 boolean hosted) { 145 String strHosted = (hosted) ? "1" : "0"; 148 buff.append(" hosted=\"").append(strHosted).append("\"\n"); 140 createExtendedDataTemplate( String entityID, boolean hosted) argument
|
| H A D | CreateSAML2HostedProviderTemplate.java | 73 boolean hosted 79 String strHosted = (hosted) ? "1" : "0"; 83 " hosted=\"" + strHosted + "\"\n" +
|
| H A D | GetIDPSPPairingInCOT.java | 175 boolean hosted 185 if (elm.isHosted() == hosted) {
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/ |
| H A D | EntityModelImpl.java | 210 List hosted = 218 if ((hosted != null) && (hosted.contains(entity))) {
|
| /forgerock/openam/openam-console/src/main/java/com/sun/identity/console/task/model/ |
| H A D | TaskModelImpl.java | 158 * Returns a set of hosted IDP in a circle of trust. 162 * @return a set of hosted IDP in a circle of trust. 184 * Returns a set of hosted SP in a circle of trust. 188 * @return a set of hosted SP in a circle of trust. 213 boolean hosted) throws AMConsoleException { 223 if (elm != null && elm.isHosted() == hosted) { 209 getEntities( String realm, String cotName, boolean bIDP, boolean hosted) argument
|
| /forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/ |
| H A D | ConfigFedMonitoring.java | 548 List hosted = saml2Mgr.getAllHostedEntities(realm); 552 if ((hosted != null) && hosted.contains(entId)) { 553 wse.put("location", "hosted"); 576 List hosted = metaManager.getAllHostedEntities(realm); 580 if ((hosted != null) && hosted.contains(entId)) { 581 wse.put("location", "hosted"); 602 List hosted = idffMgr.getAllHostedEntities(realm); 606 if ((hosted ! [all...] |
| /forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
| H A D | ConfigureSalesForceApps.java | 157 boolean hosted) { 160 String strHosted = (hosted) ? "1" : "0"; 163 buff.append(" hosted=\"").append(strHosted).append("\"\n"); 155 createExtendedDataTemplate( String entityID, boolean hosted) argument
|
| H A D | CreateRemoteSP.java | 142 boolean hosted) { 145 String strHosted = (hosted) ? "1" : "0"; 148 buff.append(" hosted=\"").append(strHosted).append("\"\n"); 140 createExtendedDataTemplate( String entityID, boolean hosted) argument
|
| H A D | CreateSAML2HostedProviderTemplate.java | 73 boolean hosted 79 String strHosted = (hosted) ? "1" : "0"; 83 " hosted=\"" + strHosted + "\"\n" +
|
| H A D | GetIDPSPPairingInCOT.java | 175 boolean hosted 185 if (elm.isHosted() == hosted) {
|
| /forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/ |
| H A D | SAML2MetaManager.java | 1222 * Returns all hosted entities under the realm. 1223 * @param realm The realm under which the hosted entities reside. 1261 * Returns all hosted service provider entities under the realm. 1262 * @param realm The realm under which the hosted service provider entities 1283 * Returns all hosted policy decision point entities under the realm. 1285 * @param realm The realm under which the hosted policy decision point 1310 boolean hosted 1313 List hostedEntityIds = (hosted) ? getAllHostedEntities(realm) : 1326 * Returns all hosted policy enforcement point entities under the realm. 1328 * @param realm The realm under which the hosted polic [all...] |
Completed in 142 milliseconds