Searched defs:validateAgentType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java131 private static void validateAgentType(String type) method in class:AgentConfiguration
133 validateAgentType(type, false);
136 private static void validateAgentType(String type, boolean isGroup) method in class:AgentConfiguration
256 validateAgentType(agentType, true);
431 validateAgentType(agentType);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java136 private static void validateAgentType(String type) method in class:AgentConfiguration
138 validateAgentType(type, false);
141 private static void validateAgentType(String type, boolean isGroup) method in class:AgentConfiguration
261 validateAgentType(agentType, true);
436 validateAgentType(agentType);

Completed in 35 milliseconds