Searched defs:statements (Results 26 - 50 of 58) sorted by relevance

123

/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAuthzDecisionStatementsProvider.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
27 * @see org.forgerock.openam.sts.tokengeneration.saml2.statements.AuthzDecisionStatementsProvider
H A DDefaultConditionsProvider.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
33 * @see org.forgerock.openam.sts.tokengeneration.saml2.statements.ConditionsProvider
37 * @see org.forgerock.openam.sts.tokengeneration.saml2.statements.ConditionsProvider#get(
H A DSubjectProvider.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
H A DDefaultAttributeMapper.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
H A DDefaultSubjectProvider.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
42 * @see org.forgerock.openam.sts.tokengeneration.saml2.statements.SubjectProvider
/forgerock/openam/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAuthenticationStatementsProviderTest.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
39 List<AuthnStatement> statements = provider.get(createSAML2Config(), AUTHN_CONTEXT);
40 assertTrue(AUTHN_CONTEXT.equals(statements.get(0).getAuthnContext().getAuthnContextClassRef()));
H A DDefaultConditionsProviderTest.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
H A DDefaultAttributeStatementsProviderTest.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
70 List<AttributeStatement> statements = defaultProvider.get(mockToken, saml2Config, mockAttributeMapper);
71 AttributeStatement statement = statements.get(0);
H A DDefaultSubjectProviderTest.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeMapper.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
H A DDefaultSubjectProvider.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
42 * @see org.forgerock.openam.sts.tokengeneration.saml2.statements.SubjectProvider
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/test/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeStatementsProviderTest.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
70 List<AttributeStatement> statements = defaultProvider.get(mockToken, saml2Config, mockAttributeMapper);
71 AttributeStatement statement = statements.get(0);
H A DDefaultSubjectProviderTest.java17 package org.forgerock.openam.sts.tokengeneration.saml2.statements;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAssertion.java108 * @param statements Set of <code>Statement</code> objects within this
113 * type of statements in it.
114 * @throws SAMLException issuer is null or the size of statements is 0.
117 Date issueInstant, Set statements) throws SAMLException {
118 super(assertionID, issuer, issueInstant, statements);
136 * @param statements Set of <code>Statement</code> objects within this
141 * type of statements in it.
142 * @throws SAMLException issuer is null or the size of statements is 0.
145 Date issueInstant, Conditions conditions, Set statements)
147 super(assertionID, issuer, issueInstant, conditions, statements);
116 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
144 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
175 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java375 * @param statements set of <code>Statement</code> objects within this
380 * type of statements in it.
384 Date issueInstant, Set statements) throws SAMLException
386 super(assertionID, issuer, issueInstant, statements);
403 * @param statements Set of <code>Statement</code> objects within this
408 * type of statements in it.
412 Date issueInstant, Conditions conditions, Set statements)
415 super(assertionID, issuer, issueInstant, conditions, statements);
435 * @param statements Set of <code>Statement</code> objects within this
440 * multiple type of statements i
383 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
411 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
443 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
[all...]
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DRhinoScriptEngineFactory.java180 public String getProgram(final String... statements) { argument
181 return joinAsString(";\n", (Object[]) statements);
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/factories/
H A DRhinoScriptEngineFactory.java180 public String getProgram(final String... statements) { argument
181 return joinAsString(";\n", (Object[]) statements);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSecurityAssertion.java108 * @param statements Set of <code>Statement</code> objects within this
113 * type of statements in it.
114 * @throws SAMLException issuer is null or the size of statements is 0.
117 Date issueInstant, Set statements) throws SAMLException {
118 super(assertionID, issuer, issueInstant, statements);
136 * @param statements Set of <code>Statement</code> objects within this
141 * type of statements in it.
142 * @throws SAMLException issuer is null or the size of statements is 0.
145 Date issueInstant, Conditions conditions, Set statements)
147 super(assertionID, issuer, issueInstant, conditions, statements);
116 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
144 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
175 SecurityAssertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAssertion.java375 * @param statements set of <code>Statement</code> objects within this
380 * type of statements in it.
384 Date issueInstant, Set statements) throws SAMLException
386 super(assertionID, issuer, issueInstant, statements);
403 * @param statements Set of <code>Statement</code> objects within this
408 * type of statements in it.
412 Date issueInstant, Conditions conditions, Set statements)
415 super(assertionID, issuer, issueInstant, conditions, statements);
435 * @param statements Set of <code>Statement</code> objects within this
440 * multiple type of statements i
383 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Set statements) argument
411 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Set statements) argument
443 Assertion(String assertionID,java.lang.String issuer, Date issueInstant, Conditions conditions, Advice advice, Set statements) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java588 SAMLUtils.debug.error("SOAPReceiver:Supported statements "
828 // check to see of the statements inside the assertion are not
1002 * This method validates the assertion to see that the statements it
1011 Set statements = assertion.getStatement();
1012 int length = statements.size();
1015 if ((statements.isEmpty()) || (length == 0)) {
1017 + " any statements in it");
1034 } else { // statements not empty
1041 statements);
1066 } // end of else statements no
1099 checkAgainstRespondWith(List respondWith, Set statements) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertion.java152 * Returns the statements of the assertion
154 * @return the statements of the assertion
173 * Returns the attribute statements of the assertion
175 * @return the attribute statements of the assertion
180 * Sets the statements of the assertion
182 * @param statements the statements of the assertion
185 void setStatements(List<Object> statements) throws SAML2Exception; argument
190 * @param statements the <code>AuthnStatements</code> of the assertion
193 void setAuthnStatements(List<AuthnStatement> statements) throw argument
202 setAuthzDecisionStatements(List<AuthzDecisionStatement> statements) argument
211 setAttributeStatements(List<AttributeStatement> statements) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java303 * @param statements the <code>Statement</code> elements.
304 * List of statements that need to be added in assertion.
313 Set statements,String inResponseTo)
315 super(assertionID, issuer, issueInstant, statements);
326 * @param statements the <code>Statement</code> elements.
327 * List of statements that need to be added in assertion.
336 Conditions conditions,Set statements,String inResponseTo)
338 super(assertionID, issuer, issueInstant, conditions, statements);
350 * @param statements the <code>Statement</code> elements.
351 * List of statements tha
312 FSAssertion(String assertionID,String issuer,Date issueInstant, Set statements,String inResponseTo) argument
335 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Set statements,String inResponseTo) argument
359 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Advice advice,Set statements, String inResponseTo) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAssertion.java306 * @param statements the <code>Statement</code> elements.
307 * List of statements that need to be added in assertion.
316 Set statements,String inResponseTo)
318 super(assertionID, issuer, issueInstant, statements);
329 * @param statements the <code>Statement</code> elements.
330 * List of statements that need to be added in assertion.
339 Conditions conditions,Set statements,String inResponseTo)
341 super(assertionID, issuer, issueInstant, conditions, statements);
353 * @param statements the <code>Statement</code> elements.
354 * List of statements tha
315 FSAssertion(String assertionID,String issuer,Date issueInstant, Set statements,String inResponseTo) argument
338 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Set statements,String inResponseTo) argument
362 FSAssertion(String assertionID,String issuer,Date issueInstant, Conditions conditions,Advice advice,Set statements, String inResponseTo) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/servlet/
H A DSAMLSOAPReceiver.java588 SAMLUtils.debug.error("SOAPReceiver:Supported statements "
828 // check to see of the statements inside the assertion are not
1002 * This method validates the assertion to see that the statements it
1011 Set statements = assertion.getStatement();
1012 int length = statements.size();
1015 if ((statements.isEmpty()) || (length == 0)) {
1017 + " any statements in it");
1034 } else { // statements not empty
1041 statements);
1066 } // end of else statements no
1099 checkAgainstRespondWith(List respondWith, Set statements) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertion.java152 * Returns the statements of the assertion
154 * @return the statements of the assertion
173 * Returns the attribute statements of the assertion
175 * @return the attribute statements of the assertion
180 * Sets the statements of the assertion
182 * @param statements the statements of the assertion
185 void setStatements(List<Object> statements) throws SAML2Exception; argument
190 * @param statements the <code>AuthnStatements</code> of the assertion
193 void setAuthnStatements(List<AuthnStatement> statements) throw argument
202 setAuthzDecisionStatements(List<AuthzDecisionStatement> statements) argument
211 setAttributeStatements(List<AttributeStatement> statements) argument
[all...]

Completed in 77 milliseconds

123