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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java176 static Set modifyActionSet = new HashSet(2); field in class:SMSEntry
203 modifyActionSet.add(MODIFY);
731 if (isAllowed(token, normalizedDN, modifyActionSet)) {
742 getDelegationPermission(token, normalizedDN, modifyActionSet);
795 if (isAllowed(token, normalizedDN, modifyActionSet)) {
807 getDelegationPermission(token, normalizedDN, modifyActionSet);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java176 static Set modifyActionSet = new HashSet(2); field in class:SMSEntry
203 modifyActionSet.add(MODIFY);
731 if (isAllowed(token, normalizedDN, modifyActionSet)) {
742 getDelegationPermission(token, normalizedDN, modifyActionSet);
795 if (isAllowed(token, normalizedDN, modifyActionSet)) {
807 getDelegationPermission(token, normalizedDN, modifyActionSet);

Completed in 36 milliseconds