Searched refs:GLOBALCONFIG (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java112 static final String GLOBALCONFIG = "globalconfig"; field in class:DelegationPolicyImpl
524 if(GLOBALCONFIG.equals(permission.getConfigType()) && actions.equals(Collections.singleton(READ))) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java114 static final String GLOBALCONFIG = "globalconfig"; field in class:DelegationPolicyImpl
527 if (GLOBALCONFIG.equals(permission.getConfigType()) && actions.equals(Collections.singleton(READ))) {

Completed in 65 milliseconds