Searched refs:assertions (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpRunnable.java86 List assertions = (List)IDPCache.assertionCache.get(userName);
87 if ((assertions == null) || (assertions.isEmpty())) {
90 for(Iterator iterA = assertions.iterator(); iterA.hasNext();) {
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/
H A DStringUtilsTest.java20 import static org.fest.assertions.Assertions.*;
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/exceptions/
H A DCoreTokenExceptionTest.java20 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/
H A DStringUtilsTest.java20 import static org.fest.assertions.Assertions.*;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/exceptions/
H A DCoreTokenExceptionTest.java20 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DCacheCleanUpRunnable.java86 List assertions = (List)IDPCache.assertionCache.get(userName);
87 if ((assertions == null) || (assertions.isEmpty())) {
90 for(Iterator iterA = assertions.iterator(); iterA.hasNext();) {
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/whitelist/
H A DURLResourceNameTest.java18 import org.fest.assertions.ComparisonFailureFactory;
22 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/entitlement/
H A DURLResourceNameTest.java18 import org.fest.assertions.ComparisonFailureFactory;
22 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/policy/plugins/
H A DURLResourceNameTest.java18 import org.fest.assertions.ComparisonFailureFactory;
22 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam/openam-shared/src/test/java/com/sun/identity/shared/whitelist/
H A DURLResourceNameTest.java18 import org.fest.assertions.ComparisonFailureFactory;
22 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam/openam-core/src/test/java/com/sun/identity/entitlement/
H A DURLResourceNameTest.java18 import org.fest.assertions.ComparisonFailureFactory;
22 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam/openam-core/src/test/java/com/sun/identity/policy/plugins/
H A DURLResourceNameTest.java18 import org.fest.assertions.ComparisonFailureFactory;
22 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DPartnerAccountMapper.java74 * @param assertions a list of authentication assertions returned from
92 public Map getUser(List assertions,String sourceID,String targetURL); argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DPartnerAccountMapper.java74 * @param assertions a list of authentication assertions returned from
92 public Map getUser(List assertions,String sourceID,String targetURL); argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DResponseImpl.java68 * of a list of zero or more assertions that satisfy the request. It has the
86 private List assertions = null; field in class:ResponseImpl
160 assertions != null ||
182 assertions != null || encAssertions != null)
203 if (status != null || assertions != null ||
224 if (assertions != null || encAssertions != null)
236 if (assertions == null) {
237 assertions = new ArrayList();
245 assertions.add(AssertionFactory.getInstance().
265 if (assertions !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DResponseImpl.java68 * of a list of zero or more assertions that satisfy the request. It has the
86 private List assertions = null; field in class:ResponseImpl
160 assertions != null ||
182 assertions != null || encAssertions != null)
203 if (status != null || assertions != null ||
224 if (assertions != null || encAssertions != null)
236 if (assertions == null) {
237 assertions = new ArrayList();
245 assertions.add(AssertionFactory.getInstance().
265 if (assertions !
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAdviceImpl.java59 private List assertions = new ArrayList(); field in class:AdviceImpl
156 assertions.add(AssertionFactory.getInstance().
187 return assertions;
193 * @param assertions a list of <code>Assertion</code>
196 public void setAssertions(List assertions) throws SAML2Exception { argument
201 this.assertions = assertions;
338 if (assertions != null) {
339 length = assertions.size();
341 Assertion assertion = (Assertion)assertions
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAdviceImpl.java59 private List assertions = new ArrayList(); field in class:AdviceImpl
156 assertions.add(AssertionFactory.getInstance().
187 return assertions;
193 * @param assertions a list of <code>Assertion</code>
196 public void setAssertions(List assertions) throws SAML2Exception { argument
201 this.assertions = assertions;
338 if (assertions != null) {
339 length = assertions.size();
341 Assertion assertion = (Assertion)assertions
[all...]
/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/forgerockrest/utils/
H A DMailServerLoaderTest.java22 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAdvice.java55 * @param assertions a list of <code>Assertion</code>
58 public void setAssertions(List assertions) throws SAML2Exception; argument
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/xml/
H A DXMLUtilsTest.java21 import static org.fest.assertions.Assertions.*;
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/
H A DSafeDocumentBuilderProviderTest.java24 import static org.fest.assertions.Assertions.assertThat;
H A DSafeSAXParserProviderTest.java24 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/operations/
H A DRemoteSessionOperationStrategyTest.java21 import static org.fest.assertions.Assertions.assertThat;
/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/idm/
H A DIdRepoExceptionTest.java18 import static org.fest.assertions.Assertions.assertThat;

Completed in 88 milliseconds

1234567891011>>