Searched defs:profileType (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIComplianceServices.java45 * @param profileType
53 int profileType) throws AMException;
52 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DIDirectoryServices.java148 * @param profileType
156 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
168 * @param profileType
177 int profileType) throws AMException, SSOException;
189 * @param profileType
198 Set attrNames, int profileType) throws AMException, SSOException;
207 * @param profileType
216 int profileType) throws AMException, SSOException;
227 * @param profileType
236 Set attrNames, int profileType) throw
176 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
197 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, int profileType) argument
215 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
235 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
257 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
282 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
346 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
536 getGroupFilterAndScope(SSOToken token, String entryDN, int profileType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DIComplianceServices.java45 * @param profileType
53 int profileType) throws AMException;
52 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DIDirectoryServices.java148 * @param profileType
156 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
168 * @param profileType
177 int profileType) throws AMException, SSOException;
189 * @param profileType
198 Set attrNames, int profileType) throws AMException, SSOException;
207 * @param profileType
216 int profileType) throws AMException, SSOException;
227 * @param profileType
236 Set attrNames, int profileType) throw
176 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
197 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, int profileType) argument
215 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
235 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
257 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
282 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
346 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
536 getGroupFilterAndScope(SSOToken token, String entryDN, int profileType) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DComplianceServicesImpl.java57 int profileType) throws AMException {
61 new Integer(profileType) };
56 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DCachedRemoteServicesImpl.java588 * @param profileType
595 Set attrNames, int profileType) throws AMException {
598 if (profileType == AMObject.USER) {
606 profileType);
612 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
617 profileType);
621 int profileType) throws AMException, SSOException {
625 byteValues, profileType);
629 int profileType) throws AMException, SSOException {
634 profileType);
594 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
620 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
628 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
637 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
669 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
743 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
793 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
H A DRemoteServicesImpl.java269 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
274 new Integer(profileType) };
310 int profileType) throws AMException, SSOException {
314 attrNames, new Integer(profileType) };
350 Set attrNames, int profileType) throws AMException, SSOException {
351 return getAttributes(token, entryDN, attrNames, profileType);
355 int profileType) throws AMException, SSOException {
358 Object[] objs = { tokenID, entryDN, new Integer(profileType) };
391 Set attrNames, int profileType) throws AMException, SSOException {
395 attrNames, new Integer(profileType) };
309 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
349 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, int profileType) argument
354 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
390 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
445 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
509 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
695 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
1259 getGroupFilterAndScope(SSOToken token, String entryDN, int profileType) argument
[all...]
H A DDirectoryManagerIF.java60 public Map getAttributes1(String token, String entryDN, int profileType) argument
64 int profileType) throws AMRemoteException, SSOException,
68 int profileType) throws AMRemoteException, SSOException,
72 Set attrNames, int profileType) throws AMRemoteException,
76 boolean ignoreCompliance, boolean byteValues, int profileType)
80 boolean ignoreCompliance, boolean byteValues, int profileType)
93 Set attrNames, int profileType) throws AMRemoteException,
146 int profileType) throws AMRemoteException, SSOException,
200 int profileType) throws AMRemoteException, SSOException,
63 getAttributes2(String token, String entryDN, Set attrNames, int profileType) argument
67 getAttributesByteValues1(String token, String entryDN, int profileType) argument
71 getAttributesByteValues2(String token, String entryDN, Set attrNames, int profileType) argument
75 getAttributes3(String token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
79 getAttributes4(String token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
92 getExternalAttributes(String token, String entryDN, Set attrNames, int profileType) argument
145 getGroupFilterAndScope(String token, String entryDN, int profileType) argument
199 isAncestorOrgDeleted(String token, String dn, int profileType) argument
H A DDirectoryManagerImpl.java181 boolean ignoreCompliance, boolean byteValues, int profileType)
187 ignoreCompliance, byteValues, profileType);
197 public Map getAttributes1(String token, String entryDN, int profileType) argument
202 return dsServices.getAttributes(ssoToken, entryDN, profileType);
217 int profileType
223 profileType);
237 int profileType
243 profileType);
258 int profileType
264 attrNames, profileType);
180 getAttributes3(String token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DComplianceServicesImpl.java57 int profileType) throws AMException {
61 new Integer(profileType) };
56 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DCachedRemoteServicesImpl.java588 * @param profileType
595 Set attrNames, int profileType) throws AMException {
598 if (profileType == AMObject.USER) {
606 profileType);
612 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
617 profileType);
621 int profileType) throws AMException, SSOException {
625 byteValues, profileType);
629 int profileType) throws AMException, SSOException {
634 profileType);
594 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
620 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
628 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
637 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
669 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
743 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
793 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
H A DRemoteServicesImpl.java269 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
274 new Integer(profileType) };
310 int profileType) throws AMException, SSOException {
314 attrNames, new Integer(profileType) };
350 Set attrNames, int profileType) throws AMException, SSOException {
351 return getAttributes(token, entryDN, attrNames, profileType);
355 int profileType) throws AMException, SSOException {
358 Object[] objs = { tokenID, entryDN, new Integer(profileType) };
391 Set attrNames, int profileType) throws AMException, SSOException {
395 attrNames, new Integer(profileType) };
309 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
349 getAttributesFromDS(SSOToken token, String entryDN, Set attrNames, int profileType) argument
354 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
390 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
445 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
509 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
695 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
1259 getGroupFilterAndScope(SSOToken token, String entryDN, int profileType) argument
[all...]
H A DDirectoryManagerIF.java60 public Map getAttributes1(String token, String entryDN, int profileType) argument
64 int profileType) throws AMRemoteException, SSOException,
68 int profileType) throws AMRemoteException, SSOException,
72 Set attrNames, int profileType) throws AMRemoteException,
76 boolean ignoreCompliance, boolean byteValues, int profileType)
80 boolean ignoreCompliance, boolean byteValues, int profileType)
93 Set attrNames, int profileType) throws AMRemoteException,
146 int profileType) throws AMRemoteException, SSOException,
200 int profileType) throws AMRemoteException, SSOException,
63 getAttributes2(String token, String entryDN, Set attrNames, int profileType) argument
67 getAttributesByteValues1(String token, String entryDN, int profileType) argument
71 getAttributesByteValues2(String token, String entryDN, Set attrNames, int profileType) argument
75 getAttributes3(String token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
79 getAttributes4(String token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
92 getExternalAttributes(String token, String entryDN, Set attrNames, int profileType) argument
145 getGroupFilterAndScope(String token, String entryDN, int profileType) argument
199 isAncestorOrgDeleted(String token, String dn, int profileType) argument
H A DDirectoryManagerImpl.java181 boolean ignoreCompliance, boolean byteValues, int profileType)
187 ignoreCompliance, byteValues, profileType);
197 public Map getAttributes1(String token, String entryDN, int profileType) argument
202 return dsServices.getAttributes(ssoToken, entryDN, profileType);
217 int profileType
223 profileType);
237 int profileType
243 profileType);
258 int profileType
264 attrNames, profileType);
180 getAttributes3(String token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCompliance.java103 * @param profileType the profile type of the object whose ancestor is
107 int profileType) throws AMException {
108 return complianceServices.isAncestorOrgDeleted(token, dn, profileType);
106 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DAMGroupImpl.java50 public AMGroupImpl(SSOToken ssoToken, String DN, int profileType) { argument
51 super(ssoToken, DN, profileType);
71 super.profileType);
178 if (profileType == DYNAMIC_GROUP
179 || profileType == ASSIGNABLE_DYNAMIC_GROUP) {
181 profileType);
253 if (profileType == DYNAMIC_GROUP
254 || profileType == ASSIGNABLE_DYNAMIC_GROUP) {
256 profileType);
647 dsServices.setAttributes(token, entryDN, super.profileType,
[all...]
H A DAMObjectImpl.java131 protected int profileType; field in class:AMObjectImpl
160 profileType = type;
183 if (!((profileType == AMObject.ORGANIZATION)
184 || (profileType == AMObject.USER)
185 || (profileType == AMObject.STATIC_GROUP)
186 || (profileType == AMObject.DYNAMIC_GROUP)
187 || (profileType == AMObject.ORGANIZATIONAL_UNIT)
188 || (profileType == AMObject.ASSIGNABLE_DYNAMIC_GROUP)
189 || (profileType == AMObject.GROUP))) {
248 profileType);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCompliance.java103 * @param profileType the profile type of the object whose ancestor is
107 int profileType) throws AMException {
108 return complianceServices.isAncestorOrgDeleted(token, dn, profileType);
106 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DAMGroupImpl.java50 public AMGroupImpl(SSOToken ssoToken, String DN, int profileType) { argument
51 super(ssoToken, DN, profileType);
71 super.profileType);
178 if (profileType == DYNAMIC_GROUP
179 || profileType == ASSIGNABLE_DYNAMIC_GROUP) {
181 profileType);
253 if (profileType == DYNAMIC_GROUP
254 || profileType == ASSIGNABLE_DYNAMIC_GROUP) {
256 profileType);
647 dsServices.setAttributes(token, entryDN, super.profileType,
[all...]
H A DAMObjectImpl.java132 protected int profileType; field in class:AMObjectImpl
161 profileType = type;
184 if (!((profileType == AMObject.ORGANIZATION)
185 || (profileType == AMObject.USER)
186 || (profileType == AMObject.STATIC_GROUP)
187 || (profileType == AMObject.DYNAMIC_GROUP)
188 || (profileType == AMObject.ORGANIZATIONAL_UNIT)
189 || (profileType == AMObject.ASSIGNABLE_DYNAMIC_GROUP)
190 || (profileType == AMObject.GROUP))) {
249 profileType);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java572 * @param profileType the profile type of the object whose ancestor is
577 int profileType) throws AMException {
583 if ((profileType == AMObject.ORGANIZATION)
589 if (profileType != AMObject.ORGANIZATION) {
576 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DCachedDirectoryServicesImpl.java584 * @param profileType
591 Set attrNames, int profileType) throws AMException {
594 if (profileType == AMObject.USER) {
602 profileType);
608 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
613 profileType);
617 int profileType) throws AMException, SSOException {
621 byteValues, profileType);
625 int profileType) throws AMException, SSOException {
630 profileType);
590 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
616 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
624 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
633 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
665 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
737 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
786 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DComplianceServicesImpl.java572 * @param profileType the profile type of the object whose ancestor is
577 int profileType) throws AMException {
583 if ((profileType == AMObject.ORGANIZATION)
589 if (profileType != AMObject.ORGANIZATION) {
576 isAncestorOrgDeleted(SSOToken token, String dn, int profileType) argument
H A DCachedDirectoryServicesImpl.java584 * @param profileType
591 Set attrNames, int profileType) throws AMException {
594 if (profileType == AMObject.USER) {
602 profileType);
608 public Map getAttributes(SSOToken token, String entryDN, int profileType) argument
613 profileType);
617 int profileType) throws AMException, SSOException {
621 byteValues, profileType);
625 int profileType) throws AMException, SSOException {
630 profileType);
590 getExternalAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
616 getAttributes(SSOToken token, String entryDN, Set attrNames, int profileType) argument
624 getAttributesByteValues(SSOToken token, String entryDN, int profileType) argument
633 getAttributesByteValues(SSOToken token, String entryDN, Set attrNames, int profileType) argument
665 getAttributes(SSOToken token, String entryDN, boolean ignoreCompliance, boolean byteValues, int profileType) argument
737 getPluginAttrsAndUpdateCache(SSOToken token, String principalDN, String entryDN, CacheBlock cb, AMHashMap attributes, Set missAttrNames, boolean byteValues, int profileType) argument
786 getAttributes(SSOToken token, String entryDN, Set attrNames, boolean ignoreCompliance, boolean byteValues, int profileType) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/soapbinding/
H A DMessage.java391 * @param profileType Profile Type. Possible values are ANONYMOUS,
394 public void setSecurityProfileType(int profileType) { argument
395 securityProfileType = profileType;

Completed in 74 milliseconds

12