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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupFilter.java67 private static final Collection<String> ALLOWED_RESOURCES = CollectionUtils.asSet("SMSObjectIF", "setSetupProgress", field in class:AMSetupFilter
170 for (String allowedResource : ALLOWED_RESOURCES) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DAMSetupFilter.java69 private static final Collection<String> ALLOWED_RESOURCES = CollectionUtils.asSet("SMSObjectIF", "setSetupProgress", field in class:AMSetupFilter
176 for (String allowedResource : ALLOWED_RESOURCES) {

Completed in 28 milliseconds