Searched refs:AGENT_TYPE_J2EE (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/identity/idm/
H A DIdentityUtils.java91 return AgentConfiguration.AGENT_TYPE_J2EE.equalsIgnoreCase(agentType)
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/idm/
H A DRemoveAgentProperty.java46 private static String agentType = AgentConfiguration.AGENT_TYPE_J2EE;
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/notifications/
H A DNotificationsWebSocketFilter.java98 return AgentConfiguration.AGENT_TYPE_J2EE.equalsIgnoreCase(AgentConfiguration.getAgentType(identity));
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/idm/
H A DRemoveAgentProperty.java46 private static String agentType = AgentConfiguration.AGENT_TYPE_J2EE;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentAddViewBean.java130 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
185 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
H A DAgentGroupAddViewBean.java125 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
158 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
H A DAgentsViewBean.java429 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistrationStoreTest.java89 setUpAgent(AgentConfiguration.AGENT_TYPE_J2EE, true);
122 setUpAgent(AgentConfiguration.AGENT_TYPE_J2EE, true);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/
H A DAgentAddViewBean.java130 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
185 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
H A DAgentGroupAddViewBean.java125 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
158 if (agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
H A DAgentsViewBean.java429 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistrationStore.java180 return AgentConfiguration.AGENT_TYPE_J2EE.equalsIgnoreCase(AgentConfiguration.getAgentType(identity));
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/notifications/
H A DNotificationsWebSocketFilterTest.java118 createSSOTokenFor(AGENT_TYPE_J2EE);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java73 public final static String AGENT_TYPE_J2EE = "J2EEAgent"; field in class:AgentConfiguration
468 if (agentType.equals(AGENT_TYPE_J2EE) ||
610 if (agentType.equals(AGENT_TYPE_J2EE)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java75 public final static String AGENT_TYPE_J2EE = "J2EEAgent"; field in class:AgentConfiguration
477 if (agentType.equals(AGENT_TYPE_J2EE) ||
619 if (agentType.equals(AGENT_TYPE_J2EE)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java248 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
728 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/idm/model/
H A DEntitiesModelImpl.java248 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
728 agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java1137 if (type.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/agentconfig/model/
H A DAgentsModelImpl.java1137 if (type.equals(AgentConfiguration.AGENT_TYPE_J2EE) ||
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java848 if (agentType.equals(AgentConfiguration.AGENT_TYPE_WEB) || agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idsvcs/opensso/
H A DIdentityServicesImpl.java851 if (agentType.equals(AgentConfiguration.AGENT_TYPE_WEB) || agentType.equals(AgentConfiguration.AGENT_TYPE_J2EE)) {

Completed in 81 milliseconds