Searched defs:currentEntityId (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/logout/
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 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 28 milliseconds