Searched refs:Guid (Results 1 - 25 of 84) sorted by relevance

1234

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DIDynamicMembership.java66 public void setSearchBase(Guid baseGuid);
75 public Guid getSearchBase();
H A DIMembership.java57 public Guid getMemberIDAt(int index) throws UMSException;
68 public boolean hasMember(Guid guid) throws UMSException;
H A DIRole.java55 public Guid getGuid();
H A DIAssignableMembership.java48 public void addMember(Guid guid) throws UMSException;
69 public void addMembers(Guid[] guids) throws UMSException;
80 public void removeMember(Guid guid) throws UMSException;
H A DGuid.java25 * $Id: Guid.java,v 1.4 2009/01/28 05:34:50 ww203982 Exp $
40 * returned (not a DN string or a guid in the LDAP sense). Methods of the Guid
45 public class Guid { class
47 // holds the LDAP dn for the LDAP entry associated with this Guid object
50 // holds the unique ID for the LDAP entry associated with this Guid object
54 * Constructs a Guid object from the specified distinguished name.
59 public Guid(String dn) { method in class:Guid
65 * Constructs a Guid object from the specified unique ID.
70 public Guid(long id) { method in class:Guid
76 * Constructs a Guid objec
84 public Guid(String dn, long id) { method in class:Guid
[all...]
H A DFilteredRole.java172 Guid guid = getGuid();
178 Guid bguid = new Guid(base);
206 Guid guid = getGuid();
212 Guid bguid = new Guid(base);
285 public Guid getMemberIDAt(int index) throws UMSException {
296 return new Guid(s);
327 public boolean hasMember(Guid guid) throws UMSException {
H A DStaticGroup.java94 StaticGroup(Principal principal, Guid guid) throws UMSException {
143 public void addMember(Guid guid) throws UMSException {
191 public void addMembers(Guid[] guids) throws UMSException {
254 // entry = getUMSSession().getObject(new Guid(memberdn));
255 entry = UMSObject.getObject(getPrincipal(), new Guid(memberdn));
336 public Guid getMemberIDAt(int index) throws UMSException {
339 return (value != null) ? new Guid(value) : null;
354 public Guid getMemberIDAt(int index, int level) throws UMSException {
364 return new Guid(entry.getDN());
380 public void removeMember(Guid gui
[all...]
H A DDynamicGroup.java74 DynamicGroup(Principal principal, Guid guid) throws UMSException {
126 DynamicGroup(AttrSet attrSet, Guid baseGuid, String filter, int scope)
154 Guid baseGuid,
178 Guid baseGuid = new Guid(url.getName().toString());
208 public void setSearchBase(Guid baseGuid) {
228 public Guid getSearchBase() {
229 return new Guid(getUrl().getName().toString());
243 Guid baseGuid = new Guid(ur
[all...]
H A DOrganization.java75 Organization(Principal principal, Guid guid) throws UMSException {
139 new Guid(pcId));
265 public void addPeopleContainerRule(Guid guid, String filter)
283 public void removePeopleContainerRule(Guid guid, String filter)
299 public void setDefaultPeopleContainer(Guid guid) throws UMSException {
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DIDynamicMembership.java66 public void setSearchBase(Guid baseGuid);
75 public Guid getSearchBase();
H A DIMembership.java57 public Guid getMemberIDAt(int index) throws UMSException;
68 public boolean hasMember(Guid guid) throws UMSException;
H A DIRole.java55 public Guid getGuid();
H A DIAssignableMembership.java48 public void addMember(Guid guid) throws UMSException;
69 public void addMembers(Guid[] guids) throws UMSException;
80 public void removeMember(Guid guid) throws UMSException;
H A DGuid.java25 * $Id: Guid.java,v 1.4 2009/01/28 05:34:50 ww203982 Exp $
40 * returned (not a DN string or a guid in the LDAP sense). Methods of the Guid
45 public class Guid { class
47 // holds the LDAP dn for the LDAP entry associated with this Guid object
50 // holds the unique ID for the LDAP entry associated with this Guid object
54 * Constructs a Guid object from the specified distinguished name.
59 public Guid(String dn) { method in class:Guid
65 * Constructs a Guid object from the specified unique ID.
70 public Guid(long id) { method in class:Guid
76 * Constructs a Guid objec
84 public Guid(String dn, long id) { method in class:Guid
[all...]
H A DFilteredRole.java172 Guid guid = getGuid();
178 Guid bguid = new Guid(base);
206 Guid guid = getGuid();
212 Guid bguid = new Guid(base);
285 public Guid getMemberIDAt(int index) throws UMSException {
296 return new Guid(s);
327 public boolean hasMember(Guid guid) throws UMSException {
H A DStaticGroup.java94 StaticGroup(Principal principal, Guid guid) throws UMSException {
143 public void addMember(Guid guid) throws UMSException {
191 public void addMembers(Guid[] guids) throws UMSException {
254 // entry = getUMSSession().getObject(new Guid(memberdn));
255 entry = UMSObject.getObject(getPrincipal(), new Guid(memberdn));
336 public Guid getMemberIDAt(int index) throws UMSException {
339 return (value != null) ? new Guid(value) : null;
354 public Guid getMemberIDAt(int index, int level) throws UMSException {
364 return new Guid(entry.getDN());
380 public void removeMember(Guid gui
[all...]
H A DDynamicGroup.java74 DynamicGroup(Principal principal, Guid guid) throws UMSException {
126 DynamicGroup(AttrSet attrSet, Guid baseGuid, String filter, int scope)
154 Guid baseGuid,
178 Guid baseGuid = new Guid(url.getName().toString());
208 public void setSearchBase(Guid baseGuid) {
228 public Guid getSearchBase() {
229 return new Guid(getUrl().getName().toString());
243 Guid baseGuid = new Guid(ur
[all...]
H A DOrganization.java75 Organization(Principal principal, Guid guid) throws UMSException {
139 new Guid(pcId));
265 public void addPeopleContainerRule(Guid guid, String filter)
283 public void removePeopleContainerRule(Guid guid, String filter)
299 public void setDefaultPeopleContainer(Guid guid) throws UMSException {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/util/
H A DGuidUtils.java32 import com.iplanet.ums.Guid;
36 * Utilitiy Class for Guid.
41 * Gets the organization Guid.
43 * For example, the following section of code gets the organization Guid of
47 * Guid guid = new Guid("uid=joe,ou=People,o=iplanet.com");
49 * Guid orgGuid = GuidUtils.getOrgGuid(guid);
52 * The organization Guid in this example is "o=iplanet.com"
56 * The Guid to look up
57 * @return the organization Guid
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/util/
H A DGuidUtils.java32 import com.iplanet.ums.Guid;
36 * Utilitiy Class for Guid.
41 * Gets the organization Guid.
43 * For example, the following section of code gets the organization Guid of
47 * Guid guid = new Guid("uid=joe,ou=People,o=iplanet.com");
49 * Guid orgGuid = GuidUtils.getOrgGuid(guid);
52 * The organization Guid in this example is "o=iplanet.com"
56 * The Guid to look up
57 * @return the organization Guid
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/Properties/
H A DAssemblyInfo.cs52 [assembly: Guid("45C974DC-426D-4D1E-8C57-2FBA32D0B0CF")]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/SampleApp/Properties/
H A DAssemblyInfo.cs23 [assembly: Guid("3d5900ae-111a-45be-96b3-d9e4606ca793")]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/Properties/
H A DAssemblyInfo.cs55 [assembly: Guid("45C974DC-426D-4D1E-8C57-2FBA32D0B0CF")]
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/SampleApp/Properties/
H A DAssemblyInfo.cs23 [assembly: Guid("3d5900ae-111a-45be-96b3-d9e4606ca793")]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/
H A DDomainComponent.java37 import com.iplanet.ums.Guid;
115 public void setAssociatedOrganization(Guid orgGuid) throws UMSException {
140 Guid orgGuid = getAssociatedOrganizationGuid();
151 public Guid getAssociatedOrganizationGuid() throws UMSException {
159 return (new Guid(attr.getValue()));

Completed in 41 milliseconds

1234