Searched defs:referral (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DReferralTypeManager.java107 * Returns a set of all valid referral type names defined by the policy
111 * @return a set of all valid referral type names defined by the policy
123 * Returns a set of valid referral type names configured for the
127 * @return a set of valid referral type names configured for the
151 * @param referral referral object for which this method will
154 * @return type of the referral, e.g., <code>PeerOrgReferral</code>,
157 public String getReferralTypeName(Referral referral) { argument
158 return (referralTypeName(referral));
164 * referral typ
249 referralTypeName(Referral referral) argument
277 getViewBeanURL(Referral referral) argument
[all...]
H A DReferrals.java125 PolicyManager.debug.warning("referral type is null");
133 // Construct the referral object
134 Referral referral = rtm.getReferral(referralType);
144 referral.setValues(XMLUtils.getAttributeValuePair(
149 // Get the friendly name given to referral
153 // Add the referral to referrals collection
154 addReferral(referralName, referral);
231 * with the given referral name.
233 * @param referralName name of the referral object
235 * @return <code>Referral</code> object corresponding to referral nam
267 addReferral(Referral referral) argument
285 addReferral(String referralName, Referral referral) argument
313 replaceReferral(String referralName, Referral referral) argument
346 removeReferral(Referral referral) argument
367 getReferralName(Referral referral) argument
[all...]
H A DPolicy.java186 * referral policy or a standard policy.
187 * A referral policy is used only to delegate policy definitions to
188 * sub/peer organizations. A referral policy does not make use of any
210 * referral policy or a standard policy.
212 * A referral policy is used only to delegate policy definitions to
213 * sub/peer organizations. A referral policy does not make use of any
484 * Checks whether the policy is a referral policy.
485 * A referral policy is used only to delegate policy definitions to
486 * sub/peer organizations. A referral policy does not make use of any
489 * @return <code>true</code> if this is a referral polic
1007 addReferral(String name, Referral referral) argument
1027 replaceReferral(String name, Referral referral) argument
1056 removeReferral(Referral referral) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DReferralTypeManager.java107 * Returns a set of all valid referral type names defined by the policy
111 * @return a set of all valid referral type names defined by the policy
123 * Returns a set of valid referral type names configured for the
127 * @return a set of valid referral type names configured for the
151 * @param referral referral object for which this method will
154 * @return type of the referral, e.g., <code>PeerOrgReferral</code>,
157 public String getReferralTypeName(Referral referral) { argument
158 return (referralTypeName(referral));
164 * referral typ
249 referralTypeName(Referral referral) argument
277 getViewBeanURL(Referral referral) argument
[all...]
H A DReferrals.java125 PolicyManager.debug.warning("referral type is null");
133 // Construct the referral object
134 Referral referral = rtm.getReferral(referralType);
144 referral.setValues(XMLUtils.getAttributeValuePair(
149 // Get the friendly name given to referral
153 // Add the referral to referrals collection
154 addReferral(referralName, referral);
231 * with the given referral name.
233 * @param referralName name of the referral object
235 * @return <code>Referral</code> object corresponding to referral nam
267 addReferral(Referral referral) argument
285 addReferral(String referralName, Referral referral) argument
313 replaceReferral(String referralName, Referral referral) argument
346 removeReferral(Referral referral) argument
367 getReferralName(Referral referral) argument
[all...]
H A DPolicy.java186 * referral policy or a standard policy.
187 * A referral policy is used only to delegate policy definitions to
188 * sub/peer organizations. A referral policy does not make use of any
210 * referral policy or a standard policy.
212 * A referral policy is used only to delegate policy definitions to
213 * sub/peer organizations. A referral policy does not make use of any
484 * Checks whether the policy is a referral policy.
485 * A referral policy is used only to delegate policy definitions to
486 * sub/peer organizations. A referral policy does not make use of any
489 * @return <code>true</code> if this is a referral polic
1007 addReferral(String name, Referral referral) argument
1027 replaceReferral(String name, Referral referral) argument
1056 removeReferral(Referral referral) argument
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOPolicyDataStore.java409 ReferralPrivilege referral)
411 String name = referral.getName();
424 if (!applPrivilegeMgr.hasPrivilege(referral,
447 realm, referral);
461 tmp.add(referral);
490 ReferralPrivilege referral
493 String name = referral.getName();
504 if (!applPrivilegeMgr.hasPrivilege(referral,
406 addReferral( Subject subject, String realm, ReferralPrivilege referral) argument
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DOpenSSOPolicyDataStore.java312 ReferralPrivilege referral)
314 String name = referral.getName();
327 if (!applPrivilegeMgr.hasPrivilege(referral,
350 realm, referral);
364 tmp.add(referral);
393 ReferralPrivilege referral
396 String name = referral.getName();
407 if (!applPrivilegeMgr.hasPrivilege(referral,
309 addReferral( Subject subject, String realm, ReferralPrivilege referral) argument
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java57 private String[] referral; field in class:BasicNode
114 * referral it will be <CODE>null</CODE>).
116 * referral it will be <CODE>null</CODE>).
173 * represent a referral it will return <CODE>null</CODE>.
182 * If the node does not represent a referral it will return <CODE>null</CODE>.
303 * is not a referral.
305 * is not a referral.
308 return referral;
313 * @param referral the referrals of the entry.
315 public void setReferral(String[] referral) { argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java56 private String[] referral; field in class:BasicNode
113 * referral it will be <CODE>null</CODE>).
115 * referral it will be <CODE>null</CODE>).
172 * represent a referral it will return <CODE>null</CODE>.
181 * If the node does not represent a referral it will return <CODE>null</CODE>.
302 * is not a referral.
304 * is not a referral.
307 return referral;
312 * @param referral the referrals of the entry.
314 public void setReferral(String[] referral) { argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java57 private String[] referral; field in class:BasicNode
114 * referral it will be <CODE>null</CODE>).
116 * referral it will be <CODE>null</CODE>).
173 * represent a referral it will return <CODE>null</CODE>.
182 * If the node does not represent a referral it will return <CODE>null</CODE>.
303 * is not a referral.
305 * is not a referral.
308 return referral;
313 * @param referral the referrals of the entry.
315 public void setReferral(String[] referral) { argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java56 private String[] referral; field in class:BasicNode
113 * referral it will be <CODE>null</CODE>).
115 * referral it will be <CODE>null</CODE>).
172 * represent a referral it will return <CODE>null</CODE>.
181 * If the node does not represent a referral it will return <CODE>null</CODE>.
302 * is not a referral.
304 * is not a referral.
307 return referral;
312 * @param referral the referrals of the entry.
314 public void setReferral(String[] referral) { argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java57 private String[] referral; field in class:BasicNode
114 * referral it will be <CODE>null</CODE>).
116 * referral it will be <CODE>null</CODE>).
173 * represent a referral it will return <CODE>null</CODE>.
182 * If the node does not represent a referral it will return <CODE>null</CODE>.
303 * is not a referral.
305 * is not a referral.
308 return referral;
313 * @param referral the referrals of the entry.
315 public void setReferral(String[] referral) { argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/nodes/
H A DBasicNode.java57 private String[] referral; field in class:BasicNode
116 * referral it will be <CODE>null</CODE>).
118 * referral it will be <CODE>null</CODE>).
175 * represent a referral it will return <CODE>null</CODE>.
184 * If the node does not represent a referral it will return <CODE>null</CODE>.
305 * is not a referral.
307 * is not a referral.
310 return referral;
315 * @param referral the referrals of the entry.
317 public void setReferral(String[] referral) { argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java80 * The refresher is solving a referral.
153 * the entry is not a referral.
162 * the entry is not a referral.
222 * @return the remote entry if the entry is a referral and the
239 * @return the remote entry LDAP URL if the entry is a referral and the
486 * Solve the referral associated to the current node.
498 String[] referral = getNode().getReferral();
499 while ((referral != null) && (hopCount < 10)) {
500 readRemoteEntry(referral);
501 referral
515 readRemoteEntry(String[] referral) argument
1183 checkLoopInReferral(LDAPURL url, String referral) argument
[all...]
H A DBrowserController.java426 * This routine starts a refresh on each referral node.
744 * Call startRefreshNode() on each referral node accessible from parentNode.
905 Suppose the following scenario: a referral points to a remote entry
906 that has children (node), BUT the referral entry in the local server
913 If we cannot follow the referral, a leaf will appear on the tree (as it
915 If the referral points to a leaf entry, a leaf will appear on the tree
921 result = "(|(&(hasSubordinates=true)"+filter+")(objectClass=referral)";
1086 * In most cases, it's node.getDN(). However if node has referral data
1088 * referral resolution.
1273 // Except when it's due a to referral resolutio
2057 private String[] referral; field in class:BrowserController.BrowserNodeInfoImpl
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java81 * The refresher is solving a referral.
154 * the entry is not a referral.
163 * the entry is not a referral.
223 * @return the remote entry if the entry is a referral and the
240 * @return the remote entry LDAP URL if the entry is a referral and the
487 * Solve the referral associated to the current node.
499 String[] referral = getNode().getReferral();
500 while ((referral != null) && (hopCount < 10)) {
501 readRemoteEntry(referral);
502 referral
516 readRemoteEntry(String[] referral) argument
1184 checkLoopInReferral(LDAPURL url, String referral) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java81 * The refresher is solving a referral.
154 * the entry is not a referral.
163 * the entry is not a referral.
223 * @return the remote entry if the entry is a referral and the
240 * @return the remote entry LDAP URL if the entry is a referral and the
487 * Solve the referral associated to the current node.
499 String[] referral = getNode().getReferral();
500 while ((referral != null) && (hopCount < 10)) {
501 readRemoteEntry(referral);
502 referral
516 readRemoteEntry(String[] referral) argument
1184 checkLoopInReferral(LDAPURL url, String referral) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java80 * The refresher is solving a referral.
153 * the entry is not a referral.
162 * the entry is not a referral.
222 * @return the remote entry if the entry is a referral and the
239 * @return the remote entry LDAP URL if the entry is a referral and the
486 * Solve the referral associated to the current node.
498 String[] referral = getNode().getReferral();
499 while ((referral != null) && (hopCount < 10)) {
500 readRemoteEntry(referral);
501 referral
515 readRemoteEntry(String[] referral) argument
1183 checkLoopInReferral(LDAPURL url, String referral) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java81 * The refresher is solving a referral.
154 * the entry is not a referral.
163 * the entry is not a referral.
223 * @return the remote entry if the entry is a referral and the
240 * @return the remote entry LDAP URL if the entry is a referral and the
487 * Solve the referral associated to the current node.
499 String[] referral = getNode().getReferral();
500 while ((referral != null) && (hopCount < 10)) {
501 readRemoteEntry(referral);
502 referral
516 readRemoteEntry(String[] referral) argument
1184 checkLoopInReferral(LDAPURL url, String referral) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/browser/
H A DNodeRefresher.java70 /** The refresher is solving a referral. */
126 * the entry is not a referral.
135 * the entry is not a referral.
191 * @return the remote entry if the entry is a referral and the
209 * @return the remote entry LDAP URL if the entry is a referral and the
448 * Solve the referral associated to the current node.
460 String[] referral = getNode().getReferral();
461 while (referral != null && hopCount < 10)
463 readRemoteEntry(referral);
464 referral
479 readRemoteEntry(String[] referral) argument
1124 checkLoopInReferral(LDAPURL url, String referral) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java201 void clearIndexCount(String realm, boolean referral) { argument
204 if (referral) {
214 private void updateIndexCount(String realm, int num, boolean referral) { argument
218 String key = (referral) ? REFERRAL_INDEX_COUNT : INDEX_COUNT;
237 if (referral) {
253 private static int getIndexCount(String realm, boolean referral) { argument
262 Set<String> set = (referral) ?
463 * Adds a referral.
468 * @param referral Referral Privilege object.
475 ReferralPrivilege referral
[all...]
H A DOpenSSOIndexStore.java227 private void add(ReferralPrivilege referral) argument
233 ReferralPrivilege clone = (ReferralPrivilege)referral.clone();
252 * Deletes a referral privilege from data store.
254 * @param privilegeName Name of referral to be deleted.
395 * Whether there is a policy referral.
679 * Returns a set of referral privilege names that satifies a search filter.
687 * @return a set of referral privilege names that satifies a search filter.
702 * Returns a set of referral privilege names that matched a set of search
711 * @return a set of referral privilege names that matched a set of search
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DDataStore.java203 void clearIndexCount(String realm, boolean referral) { argument
206 if (referral) {
216 private void updateIndexCount(String realm, int num, boolean referral) { argument
220 String key = (referral) ? REFERRAL_INDEX_COUNT : INDEX_COUNT;
239 if (referral) {
255 private static int getIndexCount(String realm, boolean referral) { argument
264 Set<String> set = (referral) ?
464 * Adds a referral.
469 * @param referral Referral Privilege object.
476 ReferralPrivilege referral
[all...]
H A DOpenSSOIndexStore.java231 private void add(ReferralPrivilege referral) argument
237 ReferralPrivilege clone = (ReferralPrivilege)referral.clone();
256 * Deletes a referral privilege from data store.
258 * @param privilegeName Name of referral to be deleted.
397 * Whether there is a policy referral.
681 * Returns a set of referral privilege names that satifies a search filter.
689 * @return a set of referral privilege names that satifies a search filter.
704 * Returns a set of referral privilege names that matched a set of search
713 * @return a set of referral privilege names that matched a set of search

Completed in 75 milliseconds

12