Searched refs:currentEntityId (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java306 String currentEntityId =
314 realm, currentEntityId);
317 realm, currentEntityId);
347 if ((doIDPSoapProfile(currentEntityId)).getStatus().
352 metaAlias, currentEntityId,
1428 String currentEntityId =
1435 userID, currentEntityId, metaAlias, session);
1448 currentEntityId);
1454 bLogoutStatus = doHttpGet(currentEntityId);
1456 FSUtils.debug.error("Provider " + currentEntityId
[all...]
H A DFSLogoutUtil.java266 * @param currentEntityId the provider to whom logout notification is
273 String currentEntityId,
279 userDN + "and provider : " + currentEntityId);
283 sessionMgr.removeProvider(userDN, currentEntityId, session);
291 * @param currentEntityId the provider to whom logout notification is
298 String currentEntityId,
271 cleanSessionMapPartnerList( String userDN, String currentEntityId, String metaAlias, FSSession session) argument
H A DFSPreLogoutHandler.java75 protected String currentEntityId = ""; field in class:FSPreLogoutHandler
467 currentEntityId = sessionPartner.getPartner();
546 currentEntityId = sessionPartner.getPartner();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
H A DFSSingleLogoutHandler.java306 String currentEntityId =
314 realm, currentEntityId);
317 realm, currentEntityId);
347 if ((doIDPSoapProfile(currentEntityId)).getStatus().
352 metaAlias, currentEntityId,
1428 String currentEntityId =
1435 userID, currentEntityId, metaAlias, session);
1448 currentEntityId);
1454 bLogoutStatus = doHttpGet(currentEntityId);
1456 FSUtils.debug.error("Provider " + currentEntityId
[all...]
H A DFSLogoutUtil.java266 * @param currentEntityId the provider to whom logout notification is
273 String currentEntityId,
279 userDN + "and provider : " + currentEntityId);
283 sessionMgr.removeProvider(userDN, currentEntityId, session);
291 * @param currentEntityId the provider to whom logout notification is
298 String currentEntityId,
271 cleanSessionMapPartnerList( String userDN, String currentEntityId, String metaAlias, FSSession session) argument
H A DFSPreLogoutHandler.java75 protected String currentEntityId = ""; field in class:FSPreLogoutHandler
467 currentEntityId = sessionPartner.getPartner();
546 currentEntityId = sessionPartner.getPartner();

Completed in 35 milliseconds