Searched refs:DELEGATE (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DTreeSearchIndex.java35 private static final ISearchIndex DELEGATE; field in class:TreeSearchIndex
40 DELEGATE = new TreeSearchIndexDelegate();
43 DELEGATE = new DummySearchIndex();
49 return DELEGATE.getIndexes(resource, realm);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/indextree/
H A DTreeSearchIndex.java35 private static final ISearchIndex DELEGATE; field in class:TreeSearchIndex
40 DELEGATE = new TreeSearchIndexDelegate();
43 DELEGATE = new DummySearchIndex();
49 return DELEGATE.getIndexes(resource, realm);
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/rest/authz/
H A DPrivilegeDefinition.java30 READ, MODIFY, DELEGATE enum constant in enum:PrivilegeDefinition.Action
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/authz/
H A DPrivilegeDefinition.java30 READ, MODIFY, DELEGATE enum constant in enum:PrivilegeDefinition.Action
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilege.java40 public enum Action {READ, MODIFY, DELEGATE}; enum constant in enum:ApplicationPrivilege.Action
H A DApplicationPrivilegeManager.java51 ApplicationPrivilege.Action.DELEGATE.toString();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DApplicationPrivilege.java40 public enum Action {READ, MODIFY, DELEGATE}; enum constant in enum:ApplicationPrivilege.Action
H A DApplicationPrivilegeManager.java51 ApplicationPrivilege.Action.DELEGATE.toString();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDelegationPrivilegeSubResourceTest.java163 applNames = apm.getApplications(ApplicationPrivilege.Action.DELEGATE);
168 "application names for DELEGATE action is inccorect");
190 ApplicationPrivilege.Action.DELEGATE);
196 "resource names for DELEGATE action is inccorect");
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DDelegationPrivilegeSubResourceTest.java164 applNames = apm.getApplications(ApplicationPrivilege.Action.DELEGATE);
169 "application names for DELEGATE action is inccorect");
191 ApplicationPrivilege.Action.DELEGATE);
197 "resource names for DELEGATE action is inccorect");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java111 static final String DELEGATE = "DELEGATE"; field in class:DelegationPolicyImpl
1171 action.add(DELEGATE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java113 static final String DELEGATE = "DELEGATE"; field in class:DelegationPolicyImpl
1182 action.add(DELEGATE);
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java807 } else if (action == ApplicationPrivilege.Action.DELEGATE) {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java808 } else if (action == ApplicationPrivilege.Action.DELEGATE) {

Completed in 37 milliseconds