Searched refs:Assertion (Results 1 - 25 of 140) sorted by relevance

123456

/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2ResponseData.java18 import com.sun.identity.saml2.assertion.Assertion;
29 private Assertion assertion;
45 * @param assertion Assertion for this subject's authentication.
48 public SAML2ResponseData(String sessionIndex, Subject subject, Assertion assertion, ResponseInfo responseInfo) {
71 public void setAssertion(Assertion assertion) {
105 public Assertion getAssertion() {
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DSAML2ResponseData.java18 import com.sun.identity.saml2.assertion.Assertion;
29 private Assertion assertion;
45 * @param assertion Assertion for this subject's authentication.
48 public SAML2ResponseData(String sessionIndex, Subject subject, Assertion assertion, ResponseInfo responseInfo) {
71 public void setAssertion(Assertion assertion) {
105 public Assertion getAssertion() {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DActionMapper.java32 import com.sun.identity.saml.assertion.Assertion;
79 * Returns the Assertion that contains Authentication information that
85 * @return Assertion The assertion contained inside the query.
87 public Assertion getSSOAssertion(AuthorizationDecisionQuery query,
H A DAttributeMapper.java32 import com.sun.identity.saml.assertion.Assertion;
60 * Returns the Assertion that contains Authentication information that
64 * @return Assertion The assertion contained inside the query.
66 public Assertion getSSOAssertion(AttributeQuery query);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAccountMapper.java31 import com.sun.identity.saml2.assertion.Assertion;
37 * protocol objects such as <code>Assertion</code>, <code>ManageNameIDRequest</code> etc.
50 * Returns the user's distinguished name or the universal ID for the corresponding <code>SAML Assertion</code>. This
51 * method will be invoked by the <code>SAML</code> framework while processing the <code>Assertion</code> and
54 * @param assertion <code>SAML Assertion</code> that needs to be mapped to the user.
60 public String getIdentity(Assertion assertion, String hostEntityID, String realm) throws SAML2Exception;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DActionMapper.java32 import com.sun.identity.saml.assertion.Assertion;
79 * Returns the Assertion that contains Authentication information that
85 * @return Assertion The assertion contained inside the query.
87 public Assertion getSSOAssertion(AuthorizationDecisionQuery query,
H A DAttributeMapper.java32 import com.sun.identity.saml.assertion.Assertion;
60 * Returns the Assertion that contains Authentication information that
64 * @return Assertion The assertion contained inside the query.
66 public Assertion getSSOAssertion(AttributeQuery query);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAccountMapper.java31 import com.sun.identity.saml2.assertion.Assertion;
37 * protocol objects such as <code>Assertion</code>, <code>ManageNameIDRequest</code> etc.
50 * Returns the user's distinguished name or the universal ID for the corresponding <code>SAML Assertion</code>. This
51 * method will be invoked by the <code>SAML</code> framework while processing the <code>Assertion</code> and
54 * @param assertion <code>SAML Assertion</code> that needs to be mapped to the user.
60 public String getIdentity(Assertion assertion, String hostEntityID, String realm) throws SAML2Exception;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DEncryptedAssertion.java53 public Assertion decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java32 import com.sun.identity.saml2.assertion.Assertion;
44 private Assertion assertion = null;
103 public void setAssertion(Assertion assertion) {
112 public Assertion getAssertion() {
H A DCacheCleanUpRunnable.java35 import com.sun.identity.saml2.assertion.Assertion;
91 Assertion assertion = (Assertion)iterA.next();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DEncryptedAssertion.java53 public Assertion decrypt(Set<PrivateKey> privateKeys) throws SAML2Exception;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DResponseInfo.java33 import com.sun.identity.saml2.assertion.Assertion;
47 private Assertion assertion = null;
113 public void setAssertion(Assertion assertion) {
122 public Assertion getAssertion() {
H A DCacheCleanUpRunnable.java35 import com.sun.identity.saml2.assertion.Assertion;
91 Assertion assertion = (Assertion)iterA.next();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DAbstractPasswordEqualityMatchingRuleImpl.java33 import org.forgerock.opendj.ldap.Assertion;
44 import static org.forgerock.opendj.ldap.Assertion.*;
97 public Assertion getAssertion(final Schema schema, final ByteSequence assertionValue) throws DecodeException
100 return new Assertion()
118 public Assertion getSubstringAssertion(Schema schema, ByteSequence subInitial,
126 public Assertion getGreaterOrEqualAssertion(Schema schema, ByteSequence value) throws DecodeException
133 public Assertion getLessOrEqualAssertion(Schema schema, ByteSequence value) throws DecodeException
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DSchemaTestMatchingRuleImpl.java34 import org.forgerock.opendj.ldap.Assertion;
73 public Assertion getAssertion(Schema schema, ByteSequence assertionValue) throws DecodeException
79 public Assertion getSubstringAssertion(Schema schema, ByteSequence subInitial,
86 public Assertion getGreaterOrEqualAssertion(Schema schema, ByteSequence value) throws DecodeException
92 public Assertion getLessOrEqualAssertion(Schema schema, ByteSequence value) throws DecodeException
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerImpl.java34 import com.sun.identity.saml.assertion.Assertion;
89 Assertion a = assertionManager.createAssertion(token);
116 Assertion a = assertionManager.createAssertion(token, ll);
124 Assertion a = new Assertion(XMLUtils.toDOMDocument(assertion,
144 Assertion a = assertionManager.getAssertion(new AssertionArtifact(
153 Assertion a = assertionManager.getAssertion(new AssertionArtifact(
168 Assertion a = assertionManager.getAssertion(new AssertionIDReference(
177 Assertion a = assertionManager.getAssertion(new AssertionIDReference(
198 Assertion
[all...]
H A DAssertionManagerClient.java34 import com.sun.identity.saml.assertion.Assertion;
52 * that provides interfaces to create, get and destroy <code>Assertion</code>s.
54 * The class provides mechanisms to manage the <code>Assertion</code>s either
57 * Assertion</code>s locally if it detects SAML web services running locally,
62 * methods can be called to create/get <code>Assertion</code>, and
266 public Assertion createAssertion(Object token) throws SAMLException {
277 return (new Assertion(XMLUtils.toDOMDocument(assertion,
296 * @throws SAMLException If the Assertion cannot be created.
298 public Assertion createAssertion(Object token, List attributes)
320 return (new Assertion(XMLUtil
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/
H A DAssertionManagerImpl.java34 import com.sun.identity.saml.assertion.Assertion;
89 Assertion a = assertionManager.createAssertion(token);
116 Assertion a = assertionManager.createAssertion(token, ll);
124 Assertion a = new Assertion(XMLUtils.toDOMDocument(assertion,
144 Assertion a = assertionManager.getAssertion(new AssertionArtifact(
153 Assertion a = assertionManager.getAssertion(new AssertionArtifact(
168 Assertion a = assertionManager.getAssertion(new AssertionIDReference(
177 Assertion a = assertionManager.getAssertion(new AssertionIDReference(
198 Assertion
[all...]
H A DAssertionManagerClient.java34 import com.sun.identity.saml.assertion.Assertion;
52 * that provides interfaces to create, get and destroy <code>Assertion</code>s.
54 * The class provides mechanisms to manage the <code>Assertion</code>s either
57 * Assertion</code>s locally if it detects SAML web services running locally,
62 * methods can be called to create/get <code>Assertion</code>, and
266 public Assertion createAssertion(Object token) throws SAMLException {
277 return (new Assertion(XMLUtils.toDOMDocument(assertion,
296 * @throws SAMLException If the Assertion cannot be created.
298 public Assertion createAssertion(Object token, List attributes)
320 return (new Assertion(XMLUtil
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAdvice.java61 * @param assertion A List of Assertion
72 return new Assertion(assertionElement);
H A DEvidence.java40 *<code>Assertion</code> object
64 * set of <code>Assertion</code> objects.
66 * @param evidenceContent A set of <code>Assertion</code> and
77 * Constructs an Evidence from a Set of <code>Assertion</code> and
81 * @param assertion Set of <code>Assertion</code> objects.
90 return new Assertion(assertionElement);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DHistoricalCsnOrderingMatchingRuleImpl.java33 import org.forgerock.opendj.ldap.Assertion;
46 import static org.forgerock.opendj.ldap.Assertion.*;
115 public Assertion getAssertion(final Schema schema, final ByteSequence value) throws DecodeException
118 return new Assertion()
136 public Assertion getSubstringAssertion(Schema schema, ByteSequence subInitial,
144 public Assertion getGreaterOrEqualAssertion(Schema schema, ByteSequence value) throws DecodeException
147 return new Assertion()
165 public Assertion getLessOrEqualAssertion(Schema schema, ByteSequence value) throws DecodeException
168 return new Assertion()
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/
H A DAdvice.java61 * @param assertion A List of Assertion
72 return new Assertion(assertionElement);
H A DEvidence.java40 *<code>Assertion</code> object
64 * set of <code>Assertion</code> objects.
66 * @param evidenceContent A set of <code>Assertion</code> and
77 * Constructs an Evidence from a Set of <code>Assertion</code> and
81 * @param assertion Set of <code>Assertion</code> objects.
90 return new Assertion(assertionElement);

Completed in 33 milliseconds

123456