Searched defs:hosted (Results 1 - 6 of 6) sorted by relevance
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
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 | 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
|
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/ |
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 | 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
|
/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/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
|
Completed in 3371 milliseconds