Searched refs:_assertion (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAdviceBase.java54 protected List _assertion = null; field in class:AdviceBase
119 if (_assertion == null) {
120 _assertion = new ArrayList();
122 if ((_assertion.add(assertion))== false) {
168 if (_assertion == null) {
169 _assertion = new ArrayList();
171 _assertion = assertion;
214 return _assertion;
264 if (_assertion != null && (!_assertion
[all...]
H A DEvidenceBase.java57 private Set _assertion = new HashSet(); field in class:EvidenceBase
106 _assertion.add(createAssertion((Element)child));
144 _assertion.add((AssertionBase)obj);
191 _assertion.add((AssertionBase)ass);
215 _assertion.add(assertion);
254 if (_assertionIDRef.size() + _assertion.size() > 1 ) {
255 _assertion.remove(assertion);
280 if (_assertionIDRef.size() + _assertion.size() > 1 ) {
310 return _assertion;
343 Iterator it = _assertion
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAdviceBase.java54 protected List _assertion = null; field in class:AdviceBase
119 if (_assertion == null) {
120 _assertion = new ArrayList();
122 if ((_assertion.add(assertion))== false) {
168 if (_assertion == null) {
169 _assertion = new ArrayList();
171 _assertion = assertion;
214 return _assertion;
264 if (_assertion != null && (!_assertion
[all...]
H A DEvidenceBase.java57 private Set _assertion = new HashSet(); field in class:EvidenceBase
106 _assertion.add(createAssertion((Element)child));
144 _assertion.add((AssertionBase)obj);
191 _assertion.add((AssertionBase)ass);
215 _assertion.add(assertion);
254 if (_assertionIDRef.size() + _assertion.size() > 1 ) {
255 _assertion.remove(assertion);
280 if (_assertionIDRef.size() + _assertion.size() > 1 ) {
310 return _assertion;
343 Iterator it = _assertion
[all...]

Completed in 49 milliseconds