| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/dctree/ |
| H A D | DomainComponent.java | 111 * @param orgGuid Identifier for organization. 115 public void setAssociatedOrganization(Guid orgGuid) throws UMSException { argument 116 if (orgGuid == null || orgGuid.getDn().length() == 0) { 120 modify(new Attr(TAG_ORG_LINK, orgGuid.getDn()), ModificationType.REPLACE); 140 Guid orgGuid = getAssociatedOrganizationGuid(); 141 return UMSObject.getObject(getSSOToken(), orgGuid);
|
| H A D | DomainComponentTree.java | 306 * @param orgGuid Identifiication of Organization entry to be mapped from 311 public void setDomainMapping(String domain, Guid orgGuid) argument 314 dc.setAssociatedOrganization(orgGuid);
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/ums/dctree/ |
| H A D | DomainComponent.java | 111 * @param orgGuid Identifier for organization. 115 public void setAssociatedOrganization(Guid orgGuid) throws UMSException { argument 116 if (orgGuid == null || orgGuid.getDn().length() == 0) { 120 modify(new Attr(TAG_ORG_LINK, orgGuid.getDn()), ModificationType.REPLACE); 140 Guid orgGuid = getAssociatedOrganizationGuid(); 141 return UMSObject.getObject(getSSOToken(), orgGuid);
|
| H A D | DomainComponentTree.java | 306 * @param orgGuid Identifiication of Organization entry to be mapped from 311 public void setDomainMapping(String domain, Guid orgGuid) argument 314 dc.setAssociatedOrganization(orgGuid);
|
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/ |
| H A D | TemplateManager.java | 189 * @param orgGuid GUID of the Organization where the config data is stored. 196 public CreationTemplate getCreationTemplate(Class cls, Guid orgGuid) argument 199 return getCreationTemplate(cls, orgGuid, SCOPE_ANCESTORS); 206 * @param orgGuid GUID of the Organization where the config data is stored. 214 public CreationTemplate getCreationTemplate(Class cls, Guid orgGuid, argument 223 attrSet = m_configManager.getCreationTemplateForClass(orgGuid, cls 240 * @param orgGuid GUID of the Organization where the config data is stored. 246 public CreationTemplate getCreationTemplate(String name, Guid orgGuid) argument 248 return getCreationTemplate(name, orgGuid, SCOPE_ANCESTORS); 255 * @param orgGuid GUI 264 getCreationTemplate(String name, Guid orgGuid, int scope) argument 297 getSearchTemplate(String name, Guid orgGuid) argument 315 getSearchTemplate( String name, Guid orgGuid, int scope ) argument 345 getCreationTemplateNames(Guid orgGuid) argument 363 getSearchTemplateNames(Guid orgGuid) argument 383 replaceCreationTemplate(CreationTemplate template, Guid orgGuid) argument [all...] |
| /forgerock/openam/openam-core/src/main/java/com/iplanet/ums/ |
| H A D | TemplateManager.java | 189 * @param orgGuid GUID of the Organization where the config data is stored. 196 public CreationTemplate getCreationTemplate(Class cls, Guid orgGuid) argument 199 return getCreationTemplate(cls, orgGuid, SCOPE_ANCESTORS); 206 * @param orgGuid GUID of the Organization where the config data is stored. 214 public CreationTemplate getCreationTemplate(Class cls, Guid orgGuid, argument 223 attrSet = m_configManager.getCreationTemplateForClass(orgGuid, cls 240 * @param orgGuid GUID of the Organization where the config data is stored. 246 public CreationTemplate getCreationTemplate(String name, Guid orgGuid) argument 248 return getCreationTemplate(name, orgGuid, SCOPE_ANCESTORS); 255 * @param orgGuid GUI 264 getCreationTemplate(String name, Guid orgGuid, int scope) argument 297 getSearchTemplate(String name, Guid orgGuid) argument 315 getSearchTemplate( String name, Guid orgGuid, int scope ) argument 345 getCreationTemplateNames(Guid orgGuid) argument 363 getSearchTemplateNames(Guid orgGuid) argument 383 replaceCreationTemplate(CreationTemplate template, Guid orgGuid) argument [all...] |
| /forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
| H A D | DCTreeServicesImpl.java | 99 * @param orgGuid 110 protected void createDomain(SSOToken token, Guid orgGuid, AttrSet attrSet) argument 127 dcTree.setDomainMapping(domainName, orgGuid); 132 AttrSet[] attrSetArray = splitAttrSet(orgGuid.getDn(), attrSet); 134 setDomainAttributes(token, orgGuid.getDn(), 154 * @param orgGuid 167 protected void createDomain(SSOToken token, Guid orgGuid, argument 180 dcTree.setDomainMapping(domainName, orgGuid);
|
| H A D | NamingAttributeManager.java | 151 Guid orgGuid = ((orgDN == null) ? null : new Guid(orgDN)); 153 templateName, orgGuid, TemplateManager.SCOPE_ANCESTORS);
|
| H A D | SearchFilterManager.java | 158 Guid orgGuid = ((orgDN == null) ? null : new Guid(orgDN)); 159 searchTemp = mgr.getSearchTemplate(searchTempName, orgGuid,
|
| /forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/ |
| H A D | DCTreeServicesImpl.java | 99 * @param orgGuid 110 protected void createDomain(SSOToken token, Guid orgGuid, AttrSet attrSet) argument 127 dcTree.setDomainMapping(domainName, orgGuid); 132 AttrSet[] attrSetArray = splitAttrSet(orgGuid.getDn(), attrSet); 134 setDomainAttributes(token, orgGuid.getDn(), 154 * @param orgGuid 167 protected void createDomain(SSOToken token, Guid orgGuid, argument 180 dcTree.setDomainMapping(domainName, orgGuid);
|
| H A D | NamingAttributeManager.java | 151 Guid orgGuid = ((orgDN == null) ? null : new Guid(orgDN)); 153 templateName, orgGuid, TemplateManager.SCOPE_ANCESTORS);
|
| H A D | SearchFilterManager.java | 158 Guid orgGuid = ((orgDN == null) ? null : new Guid(orgDN)); 159 searchTemp = mgr.getSearchTemplate(searchTempName, orgGuid,
|