Searched refs:IDFF (Results 1 - 25 of 48) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTConstants.java76 * IDFF Circle of Trust Writer Service URL Attribute name.
82 * IDFF Circle of Trust Reader Service URL Attribute name.
122 public String IDFF = "idff"; field in interface:COTConstants
H A DCOTUtils.java49 static String IDFF_DELIM = COTConstants.DELIMITER + COTConstants.IDFF;
102 * are IDFF or SAML2.
110 && (protocolType.equalsIgnoreCase(COTConstants.IDFF)
149 set.add(COTConstants.IDFF);
176 * COTConstants.SAML2 or COTConstants.IDFF.
215 } else if (proto.equals(COTConstants.IDFF)) {
225 map.put(COTConstants.IDFF, idffSet);
239 * <code>COTConstants.IDFF</code> or
246 Set idffSet = manager.getAllEntities(realm, COTConstants.IDFF);
248 retSet.add(COTConstants.IDFF);
[all...]
H A DCircleOfTrustManager.java161 updateEntityConfig(realm, name, COTConstants.IDFF,
162 (Set) tpMap.get(COTConstants.IDFF));
194 retainValidEntityIDs(map, COTConstants.IDFF, realm);
317 * trust type IDFF or SAML2, or WS_FED
326 if (type.equalsIgnoreCase(COTConstants.IDFF)) {
341 * Returns a set of all IDFF entity identifiers under a realm.
389 * IDFF or SAML2 provider.
393 * @param protocolType the federation protocol type , IDFF or SAML2.
401 if (protocolType.equalsIgnoreCase(COTConstants.IDFF)) {
416 * IDFF o
[all...]
H A DCircleOfTrustDescriptor.java225 circleOfTrustType.equalsIgnoreCase(COTConstants.IDFF)) {
259 circleOfTrustType.equalsIgnoreCase(COTConstants.IDFF)) {
383 * Sets writer service URL for IDFF protocol.
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/cot/
H A DCOTConstants.java76 * IDFF Circle of Trust Writer Service URL Attribute name.
82 * IDFF Circle of Trust Reader Service URL Attribute name.
122 public String IDFF = "idff"; field in interface:COTConstants
H A DCOTUtils.java49 static String IDFF_DELIM = COTConstants.DELIMITER + COTConstants.IDFF;
102 * are IDFF or SAML2.
110 && (protocolType.equalsIgnoreCase(COTConstants.IDFF)
149 set.add(COTConstants.IDFF);
176 * COTConstants.SAML2 or COTConstants.IDFF.
215 } else if (proto.equals(COTConstants.IDFF)) {
225 map.put(COTConstants.IDFF, idffSet);
239 * <code>COTConstants.IDFF</code> or
246 Set idffSet = manager.getAllEntities(realm, COTConstants.IDFF);
248 retSet.add(COTConstants.IDFF);
[all...]
H A DCircleOfTrustManager.java162 updateEntityConfig(realm, name, COTConstants.IDFF,
163 (Set) tpMap.get(COTConstants.IDFF));
195 retainValidEntityIDs(map, COTConstants.IDFF, realm);
318 * trust type IDFF or SAML2, or WS_FED
327 if (type.equalsIgnoreCase(COTConstants.IDFF)) {
342 * Returns a set of all IDFF entity identifiers under a realm.
390 * IDFF or SAML2 provider.
394 * @param protocolType the federation protocol type , IDFF or SAML2.
402 if (protocolType.equalsIgnoreCase(COTConstants.IDFF)) {
417 * IDFF o
[all...]
H A DCircleOfTrustDescriptor.java225 circleOfTrustType.equalsIgnoreCase(COTConstants.IDFF)) {
259 circleOfTrustType.equalsIgnoreCase(COTConstants.IDFF)) {
383 * Sets writer service URL for IDFF protocol.
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModel.java49 public static final String IDFF = "IDFF"; field in interface:EntityModel
86 * @throws AMConsoleException if unable to retrieve the IDFF entities.
149 * Returns List of IDFF roles.
153 * @return list of IDFF roles.
H A DEntityModelImpl.java147 * @throws AMConsoleException if unable to retrieve the IDFF entities.
169 data.put(PROTOCOL, IDFF);
171 if(isAffiliate(IDFF, realm, name)){
266 } else if (protocol.equals(IDFF)) {
286 throw new AMConsoleException("create IDFF not implemented yet");
303 if (protocol.equals(IDFF)) {
501 if (protocol.equals(IDFF)) {
532 if (protocol.equals(IDFF)) {
H A DImportEntityModelImpl.java59 * the supported types are SAMLv2, IDFF, and WSFederation.
64 private static final String IDFF = "urn:liberty:metadata"; field in class:ImportEntityModelImpl
78 * Import one of the following entity types: SAMLv2, IDFF, or WSFed. The
123 } else if (protocol.equals(IDFF)) {
383 } else if (metaData.contains(IDFF)) {
384 protocol = IDFF;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DDefaultFSUserProvider.java65 getDataStoreProvider(IFSConstants.IDFF);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModel.java49 public static final String IDFF = "IDFF"; field in interface:EntityModel
86 * @throws AMConsoleException if unable to retrieve the IDFF entities.
149 * Returns List of IDFF roles.
153 * @return list of IDFF roles.
H A DEntityModelImpl.java147 * @throws AMConsoleException if unable to retrieve the IDFF entities.
169 data.put(PROTOCOL, IDFF);
171 if(isAffiliate(IDFF, realm, name)){
266 } else if (protocol.equals(IDFF)) {
286 throw new AMConsoleException("create IDFF not implemented yet");
303 if (protocol.equals(IDFF)) {
501 if (protocol.equals(IDFF)) {
532 if (protocol.equals(IDFF)) {
H A DImportEntityModelImpl.java59 * the supported types are SAMLv2, IDFF, and WSFederation.
64 private static final String IDFF = "urn:liberty:metadata"; field in class:ImportEntityModelImpl
78 * Import one of the following entity types: SAMLv2, IDFF, or WSFed. The
123 } else if (protocol.equals(IDFF)) {
383 } else if (metaData.contains(IDFF)) {
384 protocol = IDFF;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/accountmgmt/
H A DDefaultFSUserProvider.java65 getDataStoreProvider(IFSConstants.IDFF);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DIDFFSingleLogoutHandler.java93 * <code>SingleLogoutManager.IDFF</code>
143 // no IDFF IDP found
148 "IDFF idp meta alias=" + idpMetaAlias +
171 SingleLogoutManager.IDFF)) {
257 * Returns the IDFF IDP metaAlis which is in the same COT as the initiation
258 * IDP and SP. Return null if such IDFF IDP does not exist or exception
280 cotName, SingleLogoutManager.IDFF);
H A DSingleLogoutManager.java111 public static final String IDFF = "idff"; field in class:SingleLogoutManager
237 } else if (key.equalsIgnoreCase(IDFF)) {
238 key = IDFF;
322 * IDFF - single logout initiated using ID-FF protocol
678 } else if (protocol.equals(SingleLogoutManager.IDFF)) {
682 debug.message("SingleLogoutManager.sendLogoutResp: IDFF");
706 "(IDFF) orig status=" + statusVal +
743 + "for IDFF, url = " + redirectURL.toString());
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/multiprotocol/
H A DIDFFSingleLogoutHandler.java93 * <code>SingleLogoutManager.IDFF</code>
143 // no IDFF IDP found
148 "IDFF idp meta alias=" + idpMetaAlias +
171 SingleLogoutManager.IDFF)) {
257 * Returns the IDFF IDP metaAlis which is in the same COT as the initiation
258 * IDP and SP. Return null if such IDFF IDP does not exist or exception
280 cotName, SingleLogoutManager.IDFF);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFViewBeanBase.java114 return EntityModel.IDFF;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSAttributeStatementHelper.java106 getDataStoreProvider(IFSConstants.IDFF);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DIDFFViewBeanBase.java114 return EntityModel.IDFF;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/util/
H A DFSAttributeStatementHelper.java106 getDataStoreProvider(IFSConstants.IDFF);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DLogUtil.java363 * Unable to get configuration instance for IDFF Meta Service.
610 logger = LogManager.getLogger(IFSConstants.IDFF);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDefaultAttributePlugin.java187 getDataStoreProvider(IFSConstants.IDFF);

Completed in 69 milliseconds

12