Searched defs:advice (Results 1 - 21 of 21) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAssociatedAdvice.java66 "advice"
71 protected List<Advice> advice; field in class:AssociatedAdvice
74 * Gets the value of the advice property.
80 * This is why there is not a <CODE>set</CODE> method for the advice property.
96 if (advice == null) {
97 advice = new ArrayList<Advice>();
99 return this.advice;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DAssociatedAdvice.java66 "advice"
71 protected List<Advice> advice; field in class:AssociatedAdvice
74 * Gets the value of the advice property.
80 * This is why there is not a <CODE>set</CODE> method for the advice property.
96 if (advice == null) {
97 advice = new ArrayList<Advice>();
99 return this.advice;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DConditionDecision.java39 * Class to represent {@link EntitlementCondition} evaluation match result and - if applicable - its advice.
46 private final Map<String, Set<String>> advice; field in class:ConditionDecision
81 this.advice = new HashMap<>(advices);
88 advice = builder.advice;
105 * @return advice of <code>ConditionDecision</code>.
108 return Collections.unmodifiableMap(advice);
130 * Clears the current advice associated with this <code>ConditionDecision</code>.
136 advice.clear();
140 * Adds an advice (fro
194 private Map<String, Set<String>> advice; field in class:ConditionDecision.Builder
213 setAdvice(Map<String, Set<String>> advice) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DConditionDecision.java39 * Class to represent {@link EntitlementCondition} evaluation match result and - if applicable - its advice.
46 private final Map<String, Set<String>> advice; field in class:ConditionDecision
81 this.advice = new HashMap<>(advices);
88 advice = builder.advice;
105 * @return advice of <code>ConditionDecision</code>.
108 return Collections.unmodifiableMap(advice);
130 * Clears the current advice associated with this <code>ConditionDecision</code>.
136 advice.clear();
140 * Adds an advice (fro
194 private Map<String, Set<String>> advice; field in class:ConditionDecision.Builder
213 setAdvice(Map<String, Set<String>> advice) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/core/
H A DCoreWrapper.java239 * Parses the policy condition advice and checks for realm advices.
241 * @param advice The policy advice XML.
242 * @return The realm defined in the policy advice, if defined, or {@code null}.
243 * @throws IllegalArgumentException if more than one realm is defined within the advice.
245 public String getRealmFromPolicyAdvice(String advice) { argument
246 return AuthClientUtils.getRealmFromPolicyAdvice(advice);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAssertion.java165 * @param advice <code>Advice</code> applicable for this
176 Date issueInstant, Conditions conditions, Advice advice,
179 advice, statements);
175 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java433 * @param advice <code>Advice</code> applicable for this
444 Date issueInstant, Conditions conditions, Advice advice,
447 super(assertionID, issuer, issueInstant, conditions, advice,statements);
451 * Returns the advice of an assertion.
453 * @return <code>Advice</code> object containing advice information of the
443 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
H A DAssertionBase.java629 * @param advice <code>Advice</code> applicable for this
640 Date issueInstant, Conditions conditions, AdviceBase advice,
674 if (advice != null) {
675 _advice = advice;
754 *Sets the advice for an assertion
755 *@param advice : a linked list representing the advice information
758 public boolean setAdvice(AdviceBase advice) { argument
762 if (advice == null) {
765 _advice = advice;
639 AssertionBase(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, AdviceBase advice, Set statements) argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/core/
H A DCoreWrapper.java241 * Parses the policy condition advice and checks for realm advices.
243 * @param advice The policy advice XML.
244 * @return The realm defined in the policy advice, if defined, or {@code null}.
245 * @throws IllegalArgumentException if more than one realm is defined within the advice.
247 public String getRealmFromPolicyAdvice(String advice) { argument
248 return AuthClientUtils.getRealmFromPolicyAdvice(advice);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAssertion.java165 * @param advice <code>Advice</code> applicable for this
176 Date issueInstant, Conditions conditions, Advice advice,
179 advice, statements);
175 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java433 * @param advice <code>Advice</code> applicable for this
444 Date issueInstant, Conditions conditions, Advice advice,
447 super(assertionID, issuer, issueInstant, conditions, advice,statements);
451 * Returns the advice of an assertion.
453 * @return <code>Advice</code> object containing advice information of the
443 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
H A DAssertionBase.java632 * @param advice <code>Advice</code> applicable for this
643 Date issueInstant, Conditions conditions, AdviceBase advice,
677 if (advice != null) {
678 _advice = advice;
757 *Sets the advice for an assertion
758 *@param advice : a linked list representing the advice information
761 public boolean setAdvice(AdviceBase advice) { argument
765 if (advice == null) {
768 _advice = advice;
642 AssertionBase(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, AdviceBase advice, Set statements) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertion.java100 * Returns the advice of the assertion
102 * @return the advice of the assertion
107 * Sets the advice of the assertion
109 * @param advice the advice of the assertion
112 void setAdvice(Advice advice) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java241 * The SAML Advice could not parse this advice as it does not
244 * the FSAssertion does not have any advice element besides for
349 * @param advice the <code>Advice</code> object.
360 Conditions conditions,Advice advice,Set statements,
363 super(assertionID, issuer, issueInstant,conditions, advice, statements);
673 * Parses the advice element to extract the Security <code>Assertion</code>.
359 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Advice advice,Set statements, String inResponseTo) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java244 * The SAML Advice could not parse this advice as it does not
247 * the FSAssertion does not have any advice element besides for
352 * @param advice the <code>Advice</code> object.
363 Conditions conditions,Advice advice,Set statements,
366 super(assertionID, issuer, issueInstant,conditions, advice, statements);
676 * Parses the advice element to extract the Security <code>Assertion</code>.
362 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Advice advice,Set statements, String inResponseTo) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertion.java100 * Returns the advice of the assertion
102 * @return the advice of the assertion
107 * Sets the advice of the assertion
109 * @param advice the advice of the assertion
112 void setAdvice(Advice advice) throws SAML2Exception; argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java76 private Advice advice; field in class:AssertionImpl
316 advice = factory.createAdvice((Element)child);
319 advice = null;
438 * Returns the advice of the assertion
440 * @return the advice of the assertion
444 return advice;
448 * Sets the advice of the assertion
450 * @param advice the advice of the assertion
454 public void setAdvice(Advice advice) throw argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAssertionImpl.java78 private Advice advice; field in class:AssertionImpl
318 advice = factory.createAdvice((Element)child);
321 advice = null;
440 * Returns the advice of the assertion
442 * @return the advice of the assertion
446 return advice;
450 * Sets the advice of the assertion
452 * @param advice the advice of the assertion
456 public void setAdvice(Advice advice) throw argument
[all...]
/forgerock/web-agents-v4/source/
H A Dcache.c818 struct am_cache_entry_data *advice = am_shm_alloc_with_gc(cache, advice_len, am_purge_caches_to_now, request->instance_id); local
821 if (advice == NULL) {
826 memset(advice, 0, advice_len);
827 advice->type = AM_CACHE_POLICY | AM_CACHE_POLICY_ADVICE;
828 advice->method = AM_REQUEST_UNKNOWN;
829 advice->scope = -1;
830 advice->index = index;
831 advice->ttl = cache_entry->ts + cache_entry->valid;
832 advice->size[NAME_LENGTH] = aee->ns;
833 advice
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java916 utilDebug.message("checksessionUpgrade: composite advice");
1451 * the policy advice OR
1463 * 5. Policy Advice will be checked for realm advice, or realm component in
1464 * the advice
2305 * Parses the policy condition advice and checks for realm advices
2307 * @return realm defined in the policy advice, if defined - or nullđ
2309 * the advice
2313 String advice = requestHash.get(COMPOSITE_ADVICE);
2314 if (advice == null) {
2319 String decodedXml = URLDecoder.decode(advice, "UT
2335 getRealmFromPolicyAdvice(String advice) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/client/
H A DAuthClientUtils.java919 utilDebug.message("checksessionUpgrade: composite advice");
1454 * the policy advice OR
1466 * 5. Policy Advice will be checked for realm advice, or realm component in
1467 * the advice
2308 * Parses the policy condition advice and checks for realm advices
2310 * @return realm defined in the policy advice, if defined - or nullđ
2312 * the advice
2316 String advice = requestHash.get(COMPOSITE_ADVICE);
2317 if (advice == null) {
2322 String decodedXml = URLDecoder.decode(advice, "UT
2338 getRealmFromPolicyAdvice(String advice) argument
[all...]

Completed in 76 milliseconds