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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredAuthServices.java102 namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
139 protected static final String NAMED_CONFIGURATION = "Configurations"; field in class:ConfiguredAuthServices
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DConfiguredAuthServices.java102 namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
139 protected static final String NAMED_CONFIGURATION = "Configurations"; field in class:ConfiguredAuthServices
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java71 protected static final String NAMED_CONFIGURATION = "Configurations"; field in class:AMAuthConfigUtils
335 ServiceConfig authConfig = orgConfig.getSubConfig(NAMED_CONFIGURATION);
337 orgConfig.addSubConfig(NAMED_CONFIGURATION, null, 0, null);
338 authConfig = orgConfig.getSubConfig(NAMED_CONFIGURATION);
394 ServiceConfig namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
457 ServiceConfig namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
504 ServiceConfig namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
567 ServiceConfig authConfig = orgConfig.getSubConfig(NAMED_CONFIGURATION);
664 orgSchema.getSubSchema(NAMED_CONFIGURATION);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigUtils.java73 protected static final String NAMED_CONFIGURATION = "Configurations"; field in class:AMAuthConfigUtils
337 ServiceConfig authConfig = orgConfig.getSubConfig(NAMED_CONFIGURATION);
339 orgConfig.addSubConfig(NAMED_CONFIGURATION, null, 0, null);
340 authConfig = orgConfig.getSubConfig(NAMED_CONFIGURATION);
396 ServiceConfig namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
459 ServiceConfig namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
506 ServiceConfig namedConfig = oConfig.getSubConfig(NAMED_CONFIGURATION);
569 ServiceConfig authConfig = orgConfig.getSubConfig(NAMED_CONFIGURATION);
659 orgSchema.getSubSchema(NAMED_CONFIGURATION);

Completed in 1035 milliseconds