Searched refs:AuthnContext (Results 1 - 25 of 47) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java35 import com.sun.identity.saml2.assertion.AuthnContext;
48 AuthnContext authnContext;
55 * @param authnContext The <code>AuthnContext</code> that is returned
61 public IDPAuthnContextInfo(AuthnContext authnContext,
69 * Returns the returning <code>AuthnContext</code>
71 * @return the returning <code>AuthnContext</code>
73 public AuthnContext getAuthnContext() {
H A DIDPAuthnContextMapper.java34 import com.sun.identity.saml2.assertion.AuthnContext;
41 * the AuthnRequest sent by a Service Provider and the AuthnContext
44 * the authentication mechaism and set the AuthnContext in the Assertion.
85 * Returns <code>AuthnContext</code> that matches the authenticated level.
90 * @return <code>AuthnContext</code> object that matches authenticated
94 public AuthnContext getAuthnContextFromAuthLevel(
H A DSPAuthnContextMapper.java32 import com.sun.identity.saml2.assertion.AuthnContext;
88 AuthnContext authContext,String realm,
H A DDefaultIDPAuthnContextMapper.java36 import com.sun.identity.saml2.assertion.AuthnContext;
181 AuthnContext authnContext =
196 * Returns <code>AuthnContext</code> that matches the authenticated level.
201 * @return <code>AuthnContext</code> object that matches authenticated
202 * level. Return default AuthnContext if authLevel is <code>null</code>.
205 public AuthnContext getAuthnContextFromAuthLevel(
257 AuthnContext result =
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java35 import com.sun.identity.saml2.assertion.AuthnContext;
48 AuthnContext authnContext;
55 * @param authnContext The <code>AuthnContext</code> that is returned
61 public IDPAuthnContextInfo(AuthnContext authnContext,
69 * Returns the returning <code>AuthnContext</code>
71 * @return the returning <code>AuthnContext</code>
73 public AuthnContext getAuthnContext() {
H A DIDPAuthnContextMapper.java34 import com.sun.identity.saml2.assertion.AuthnContext;
41 * the AuthnRequest sent by a Service Provider and the AuthnContext
44 * the authentication mechaism and set the AuthnContext in the Assertion.
85 * Returns <code>AuthnContext</code> that matches the authenticated level.
90 * @return <code>AuthnContext</code> object that matches authenticated
94 public AuthnContext getAuthnContextFromAuthLevel(
H A DSPAuthnContextMapper.java32 import com.sun.identity.saml2.assertion.AuthnContext;
88 AuthnContext authContext,String realm,
H A DDefaultIDPAuthnContextMapper.java33 import com.sun.identity.saml2.assertion.AuthnContext;
175 AuthnContext authnContext = AssertionFactory.getInstance().createAuthnContext();
188 * Returns <code>AuthnContext</code> that matches the authenticated level.
193 * @return <code>AuthnContext</code> object that matches authenticated
194 * level. Return default AuthnContext if authLevel is <code>null</code>.
197 public AuthnContext getAuthnContextFromAuthLevel(
249 AuthnContext result =
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthnStatement.java52 * AuthnContext"/>
70 * Returns the value of the <code>AuthnContext</code> property.
72 * @return <code>AuthnContext</code> of the statement.
73 * @see #setAuthnContext(AuthnContext)
75 public AuthnContext getAuthnContext();
78 * Sets the value of the <code>AuthnContext</code> property.
80 * @param value new <code>AuthnContext</code>.
84 public void setAuthnContext(AuthnContext value)
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
40 * The <code>AuthnContext</code> element specifies the context of an
78 public interface AuthnContext { interface
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAuthnStatement.java52 * AuthnContext"/>
70 * Returns the value of the <code>AuthnContext</code> property.
72 * @return <code>AuthnContext</code> of the statement.
73 * @see #setAuthnContext(AuthnContext)
75 AuthnContext getAuthnContext();
78 * Sets the value of the <code>AuthnContext</code> property.
80 * @param value new <code>AuthnContext</code>.
84 void setAuthnContext(AuthnContext value)
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.2 2008/06/25 05:47:40 qcheng Exp $
40 * The <code>AuthnContext</code> element specifies the context of an
78 public interface AuthnContext { interface
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DIDPSSOFederateRequest.java18 import com.sun.identity.saml2.assertion.AuthnContext;
42 private AuthnContext matchingAuthnContext;
182 public void setMatchingAuthnContext(AuthnContext matchingAuthnContext) {
191 public AuthnContext getMatchingAuthnContext() {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/
H A DIDPSSOFederateRequest.java18 import com.sun.identity.saml2.assertion.AuthnContext;
42 private AuthnContext matchingAuthnContext;
182 public void setMatchingAuthnContext(AuthnContext matchingAuthnContext) {
191 public AuthnContext getMatchingAuthnContext() {
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAuthenticationStatementsProvider.java20 import com.sun.identity.saml2.assertion.AuthnContext;
43 AuthnContext authnContext = AssertionFactory.getInstance().createAuthnContext();
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAuthenticationStatementsProvider.java22 import com.sun.identity.saml2.assertion.AuthnContext;
45 AuthnContext authnContext = AssertionFactory.getInstance().createAuthnContext();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.3 2008/06/25 05:46:46 qcheng Exp $
40 * This class <code>AuthnContext</code> represents an Authentication Context
47 public class AuthnContext { class
56 public AuthnContext() {} method in class:AuthnContext
60 * Constructor creates <code>AuthnContext</code> object.
66 public AuthnContext(String authnContextClassRef, method in class:AuthnContext
73 * Constructor creates <code>AuthnContext</code> object
79 public AuthnContext(Element root) throws FSMsgException { method in class:AuthnContext
81 FSUtils.debug.message("AuthnContext(): null input.");
85 if ((tag == null) || (!tag.equals("AuthnContext"))) {
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java25 * $Id: AuthnContext.java,v 1.3 2008/06/25 05:46:46 qcheng Exp $
40 * This class <code>AuthnContext</code> represents an Authentication Context
47 public class AuthnContext { class
56 public AuthnContext() {} method in class:AuthnContext
60 * Constructor creates <code>AuthnContext</code> object.
66 public AuthnContext(String authnContextClassRef, method in class:AuthnContext
73 * Constructor creates <code>AuthnContext</code> object
79 public AuthnContext(Element root) throws FSMsgException { method in class:AuthnContext
81 FSUtils.debug.message("AuthnContext(): null input.");
85 if ((tag == null) || (!tag.equals("AuthnContext"))) {
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java35 import com.sun.identity.federation.message.common.AuthnContext;
63 protected AuthnContext _authnContext = null;
77 * <code>SessionSubject</code> object, a <code>AuthnContext</code>
87 AuthnContext authnContext,
121 * Returns the <code>AuthnContext</code> within the
124 * @return <code>AuthnContext</code> object.
126 public AuthnContext getAuthnContext() {
141 * Sets the <code>AuthnContext</code> in the <code>SessionContext</code>.
143 * @param authnContext <code>AuthnContext</code> to be set.
144 * @return true if <code>AuthnContext</cod
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java37 import com.sun.identity.federation.message.common.AuthnContext;
65 protected AuthnContext _authnContext = null;
79 * <code>SessionSubject</code> object, a <code>AuthnContext</code>
89 AuthnContext authnContext,
123 * Returns the <code>AuthnContext</code> within the
126 * @return <code>AuthnContext</code> object.
128 public AuthnContext getAuthnContext() {
143 * Sets the <code>AuthnContext</code> in the <code>SessionContext</code>.
145 * @param authnContext <code>AuthnContext</code> to be set.
146 * @return true if <code>AuthnContext</cod
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java33 import com.sun.identity.federation.message.common.AuthnContext;
67 protected AuthnContext _authnContext;
91 AuthnContext authnContext
97 "AuthnContext");
123 AuthnContext authnContext
131 // check if the AuthnContext is null
135 "AuthnContext.");
251 "than one AuthnContext element.");
256 new AuthnContext((Element)currentNode);
342 * @see #setAuthnContext(AuthnContext)
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java33 import com.sun.identity.federation.message.common.AuthnContext;
67 protected AuthnContext _authnContext;
91 AuthnContext authnContext
97 "AuthnContext");
123 AuthnContext authnContext
131 // check if the AuthnContext is null
135 "AuthnContext.");
251 "than one AuthnContext element.");
256 new AuthnContext((Element)currentNode);
342 * @see #setAuthnContext(AuthnContext)
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnStatementImpl.java45 import com.sun.identity.saml2.assertion.AuthnContext;
69 * AuthnContext"/>
84 private AuthnContext authnContext = null;
98 + "missing Element AuthnContext.");
191 } else if (childName.equals("AuthnContext")) {
196 + "AuthnContext.");
250 * Returns the value of the <code>AuthnContext</code> property.
252 * @return <code>AuthnContext</code> of the statement.
253 * @see #setAuthnContext(AuthnContext)
255 public AuthnContext getAuthnContex
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnStatementImpl.java45 import com.sun.identity.saml2.assertion.AuthnContext;
69 * AuthnContext"/>
84 private AuthnContext authnContext = null;
98 + "missing Element AuthnContext.");
191 } else if (childName.equals("AuthnContext")) {
196 + "AuthnContext.");
250 * Returns the value of the <code>AuthnContext</code> property.
252 * @return <code>AuthnContext</code> of the statement.
253 * @see #setAuthnContext(AuthnContext)
255 public AuthnContext getAuthnContex
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java36 import com.sun.identity.federation.message.common.AuthnContext;
84 AuthnContext authnContext,
123 AuthnContext authnContext,

Completed in 69 milliseconds

12