Searched defs:Permission (Results 1 - 15 of 15) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DPermission.java41 public class Permission { class
75 private Permission(String accessType, String rights) method in class:Permission
105 * Decode an string representation of bind rule permission into a Permission
109 * @return A Permission class representing the permissions of the bind
113 public static Permission decode (String accessType, String rights)
115 return new Permission(accessType, rights);
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DPermission.java39 public class Permission { class
73 private Permission(String accessType, String rights) method in class:Permission
103 * Decode an string representation of bind rule permission into a Permission
107 * @return A Permission class representing the permissions of the bind
112 Permission decode (String accessType, String rights)
114 return new Permission(accessType, rights);
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DPermission.java39 public class Permission { class
73 private Permission(String accessType, String rights) method in class:Permission
103 * Decode an string representation of bind rule permission into a Permission
107 * @return A Permission class representing the permissions of the bind
112 Permission decode (String accessType, String rights)
114 return new Permission(accessType, rights);
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPermission.java41 public class Permission { class
75 private Permission(String accessType, String rights) method in class:Permission
105 * Decode an string representation of bind rule permission into a Permission
109 * @return A Permission class representing the permissions of the bind
113 public static Permission decode (String accessType, String rights)
115 return new Permission(accessType, rights);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DPermission.java39 public class Permission { class
73 private Permission(String accessType, String rights) method in class:Permission
103 * Decode an string representation of bind rule permission into a Permission
107 * @return A Permission class representing the permissions of the bind
112 Permission decode (String accessType, String rights)
114 return new Permission(accessType, rights);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DPermission.java42 public class Permission { class
76 private Permission(String accessType, String rights) method in class:Permission
106 * Decode an string representation of bind rule permission into a Permission
110 * @return A Permission class representing the permissions of the bind
114 public static Permission decode (String accessType, String rights)
116 return new Permission(accessType, rights);
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DPermission.java21 public class Permission { class
26 public Permission(String resourceSetId, Set<String> scopes) { method in class:Permission
31 public Permission() {} method in class:Permission
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/
H A DPermission.java21 public class Permission { class
26 public Permission(String resourceSetId, Set<String> scopes) { method in class:Permission
31 public Permission() {} method in class:Permission
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java101 private Permission delegatables;
102 private Permission readables;
103 private Permission modifiables;
604 delegatables = new Permission(actions, bPolicyAdmin,
610 modifiables = new Permission(actions, bPolicyAdmin,
615 readables = new Permission(actions, bPolicyAdmin,
747 Permission permission = getPermissionObject(action);
759 Permission permission = getPermissionObject(action);
773 Permission permission = getPermissionObject(action);
783 Permission
888 private class Permission { class in class:OpenSSOApplicationPrivilegeManager
895 private Permission(Set<String> action, boolean bPolicyAdmin, method in class:OpenSSOApplicationPrivilegeManager.Permission
[all...]
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOApplicationPrivilegeManager.java103 private Permission delegatables;
104 private Permission readables;
105 private Permission modifiables;
605 delegatables = new Permission(actions, bPolicyAdmin,
611 modifiables = new Permission(actions, bPolicyAdmin,
616 readables = new Permission(actions, bPolicyAdmin,
748 Permission permission = getPermissionObject(action);
760 Permission permission = getPermissionObject(action);
774 Permission permission = getPermissionObject(action);
784 Permission
888 private class Permission { class in class:OpenSSOApplicationPrivilegeManager
895 private Permission(Set<String> action, boolean bPolicyAdmin, method in class:OpenSSOApplicationPrivilegeManager.Permission
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 93 milliseconds