/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 30 * Enumeration that represents the type an "userdn" keyword DN can have. 36 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 44 * The enumeration type when the "userdn" URL contains only a DN (no 45 * filter or scope) and that DN has no pattern. 47 DN(0), enum constant in enum:EnumUserDNType 49 * The enumeration type when the "userdn" URL contains only a DN (no 50 * filter or scope) and that DN has a substring pattern. 74 * The enumeration type when the "userdn" URL is contains a DN (suffix),
|
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 31 * Enumeration that represents the type an "userdn" keyword DN can have. 37 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 45 * The enumeration type when the "userdn" URL contains only a DN (no 46 * filter or scope) and that DN has no pattern. 48 DN(0), enum constant in enum:EnumUserDNType 50 * The enumeration type when the "userdn" URL contains only a DN (no 51 * filter or scope) and that DN has a substring pattern. 75 * The enumeration type when the "userdn" URL is contains a DN (suffix),
|
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 31 * Enumeration that represents the type an "userdn" keyword DN can have. 37 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 45 * The enumeration type when the "userdn" URL contains only a DN (no 46 * filter or scope) and that DN has no pattern. 48 DN(0), enum constant in enum:EnumUserDNType 50 * The enumeration type when the "userdn" URL contains only a DN (no 51 * filter or scope) and that DN has a substring pattern. 75 * The enumeration type when the "userdn" URL is contains a DN (suffix),
|
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 30 * Enumeration that represents the type an "userdn" keyword DN can have. 36 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 44 * The enumeration type when the "userdn" URL contains only a DN (no 45 * filter or scope) and that DN has no pattern. 47 DN(0), enum constant in enum:EnumUserDNType 49 * The enumeration type when the "userdn" URL contains only a DN (no 50 * filter or scope) and that DN has a substring pattern. 74 * The enumeration type when the "userdn" URL is contains a DN (suffix),
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 31 * Enumeration that represents the type an "userdn" keyword DN can have. 37 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 45 * The enumeration type when the "userdn" URL contains only a DN (no 46 * filter or scope) and that DN has no pattern. 48 DN(0), enum constant in enum:EnumUserDNType 50 * The enumeration type when the "userdn" URL contains only a DN (no 51 * filter or scope) and that DN has a substring pattern. 75 * The enumeration type when the "userdn" URL is contains a DN (suffix),
|
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAssignableDynamicGroupImpl.java | 45 protected AMAssignableDynamicGroupImpl(SSOToken ssoToken, String DN) { argument 46 super(ssoToken, DN, ASSIGNABLE_DYNAMIC_GROUP);
|
H A D | AMResourceImpl.java | 43 public AMResourceImpl(SSOToken ssoToken, String DN) { argument 44 super(ssoToken, DN, RESOURCE);
|
H A D | AMStaticGroupImpl.java | 45 public AMStaticGroupImpl(SSOToken ssoToken, String DN) { argument 46 super(ssoToken, DN, GROUP); 53 * The set of user DN's to be added to the static group. 65 * The set of user DN's to be removed from the static group.
|
H A D | AMFilteredRoleImpl.java | 49 public AMFilteredRoleImpl(SSOToken ssoToken, String DN) { argument 50 super(ssoToken, DN, FILTERED_ROLE);
|
H A D | AMTemplateImpl.java | 53 public AMTemplateImpl(SSOToken ssoToken, String DN, String serviceName, argument 55 super(ssoToken, DN, TEMPLATE);
|
H A D | AMGroupImpl.java | 42 import org.forgerock.opendj.ldap.DN; 50 public AMGroupImpl(SSOToken ssoToken, String DN, int profileType) { argument 51 super(ssoToken, DN, profileType); 64 * Gets the user DN;s in the group. 66 * @return The user DN's in the group. 145 DN userDN = DN.valueOf(user); 504 * The set of static group DN's to be deleted from this group. 524 * The set of dynamic group DN's to be deleted from this group. 544 * The set of assignable dynamic group DN' [all...] |
H A D | AMOrgTemplateImpl.java | 63 public AMOrgTemplateImpl(SSOToken ssoToken, String DN, String serviceName, argument 65 super(ssoToken, DN, TEMPLATE);
|
H A D | AMRoleImpl.java | 44 import org.forgerock.opendj.ldap.DN; 62 public AMRoleImpl(SSOToken ssoToken, String DN) { argument 63 super(ssoToken, DN, ROLE); 66 AMRoleImpl(SSOToken ssoToken, String DN, int type) { argument 67 super(ssoToken, DN, type); 94 * The set of user DN's to be added to the role. 106 * The set of user DN's to be removed from the role. 395 + "] DN=" + super.entryDN); 416 // get the DN of the template entry 417 DN d [all...] |
H A D | AMUserImpl.java | 47 import org.forgerock.opendj.ldap.DN; 69 public AMUserImpl(SSOToken ssoToken, String DN) { argument 70 super(ssoToken, DN, USER); 87 * @return the new <code>DN</code> value for the user 105 * @return The Set of filtered role DN's the user is in. 123 normdns.add(DN.valueOf((String) iter.next()).toString() 137 DN nsroleDN = DN.valueOf(nsrole); 153 * @return The Set of static role DN's the user is in. 183 * @return The Set of static and filtered role DN' [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
H A D | EnumUserDNType.java | 30 * Enumeration that represents the type an "userdn" keyword DN can have. 36 * For types such as URL, DN and DNPATTERN, the actual URL is saved and can 44 * The enumeration type when the "userdn" URL contains only a DN (no 45 * filter or scope) and that DN has no pattern. 47 DN(0), enum constant in enum:EnumUserDNType 49 * The enumeration type when the "userdn" URL contains only a DN (no 50 * filter or scope) and that DN has a substring pattern. 74 * The enumeration type when the "userdn" URL is contains a DN (suffix),
|
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ |
H A D | AMAssignableDynamicGroupImpl.java | 45 protected AMAssignableDynamicGroupImpl(SSOToken ssoToken, String DN) { argument 46 super(ssoToken, DN, ASSIGNABLE_DYNAMIC_GROUP);
|
H A D | AMResourceImpl.java | 43 public AMResourceImpl(SSOToken ssoToken, String DN) { argument 44 super(ssoToken, DN, RESOURCE);
|
H A D | AMStaticGroupImpl.java | 45 public AMStaticGroupImpl(SSOToken ssoToken, String DN) { argument 46 super(ssoToken, DN, GROUP); 53 * The set of user DN's to be added to the static group. 65 * The set of user DN's to be removed from the static group.
|
H A D | AMFilteredRoleImpl.java | 49 public AMFilteredRoleImpl(SSOToken ssoToken, String DN) { argument 50 super(ssoToken, DN, FILTERED_ROLE);
|
H A D | AMTemplateImpl.java | 53 public AMTemplateImpl(SSOToken ssoToken, String DN, String serviceName, argument 55 super(ssoToken, DN, TEMPLATE);
|
H A D | AMGroupImpl.java | 42 import org.forgerock.opendj.ldap.DN; 50 public AMGroupImpl(SSOToken ssoToken, String DN, int profileType) { argument 51 super(ssoToken, DN, profileType); 64 * Gets the user DN;s in the group. 66 * @return The user DN's in the group. 145 DN userDN = DN.valueOf(user); 504 * The set of static group DN's to be deleted from this group. 524 * The set of dynamic group DN's to be deleted from this group. 544 * The set of assignable dynamic group DN' [all...] |
H A D | AMOrgTemplateImpl.java | 63 public AMOrgTemplateImpl(SSOToken ssoToken, String DN, String serviceName, argument 65 super(ssoToken, DN, TEMPLATE);
|
H A D | AMRoleImpl.java | 44 import org.forgerock.opendj.ldap.DN; 62 public AMRoleImpl(SSOToken ssoToken, String DN) { argument 63 super(ssoToken, DN, ROLE); 66 AMRoleImpl(SSOToken ssoToken, String DN, int type) { argument 67 super(ssoToken, DN, type); 94 * The set of user DN's to be added to the role. 106 * The set of user DN's to be removed from the role. 395 + "] DN=" + super.entryDN); 416 // get the DN of the template entry 417 DN d [all...] |
H A D | AMUserImpl.java | 47 import org.forgerock.opendj.ldap.DN; 69 public AMUserImpl(SSOToken ssoToken, String DN) { argument 70 super(ssoToken, DN, USER); 87 * @return the new <code>DN</code> value for the user 105 * @return The Set of filtered role DN's the user is in. 123 normdns.add(DN.valueOf((String) iter.next()).toString() 137 DN nsroleDN = DN.valueOf(nsrole); 153 * @return The Set of static role DN's the user is in. 183 * @return The Set of static and filtered role DN' [all...] |
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | DN.java | 57 public final class DN class in inherits:Comparable,Serializable 58 implements Comparable<DN>, Serializable 76 * A singleton instance of the null DN (a DN with no components). 78 public static final DN NULL_DN = new DN(); 93 // The number of RDN components that comprise this DN. 96 // The set of RDN components that comprise this DN, arranged with 100 // The string representation of this DN. 103 // The normalized string representation of this DN 112 public DN() method in class:DN 126 public DN(RDN[] rdnComponents) method in class:DN 151 public DN(List<RDN> rdnComponents) method in class:DN 178 public DN(RDN rdn, DN parentDN) method in class:DN [all...] |