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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java174 static Set readActionSet = new HashSet(2); field in class:SMSEntry
202 readActionSet.add(READ);
686 if (isAllowed(token, normalizedDN, readActionSet)) {
697 getDelegationPermission(token, normalizedDN, readActionSet);
839 if (isAllowed(token, normalizedDN, readActionSet)) {
851 getDelegationPermission(token, normalizedDN, readActionSet);
888 if (isAllowed(token, normalizedDN, readActionSet)) {
897 getDelegationPermission(token, normalizedDN, readActionSet);
926 if (isAllowed(token, normalizedDN, readActionSet)) {
938 getDelegationPermission(token, normalizedDN, readActionSet);
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java174 static Set readActionSet = new HashSet(2); field in class:SMSEntry
202 readActionSet.add(READ);
686 if (isAllowed(token, normalizedDN, readActionSet)) {
697 getDelegationPermission(token, normalizedDN, readActionSet);
839 if (isAllowed(token, normalizedDN, readActionSet)) {
851 getDelegationPermission(token, normalizedDN, readActionSet);
888 if (isAllowed(token, normalizedDN, readActionSet)) {
897 getDelegationPermission(token, normalizedDN, readActionSet);
926 if (isAllowed(token, normalizedDN, readActionSet)) {
938 getDelegationPermission(token, normalizedDN, readActionSet);
[all...]

Completed in 32 milliseconds