Searched refs:RequestedAuthnContext (Results 1 - 25 of 32) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnQuery.java46 * <element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContext" minOccurs="0"/>
59 * Returns the <code>RequestedAuthnContext</code> object.
61 * @return the <code>RequestedAuthnContext</code> object.
62 * @see #setRequestedAuthnContext(RequestedAuthnContext)
64 public RequestedAuthnContext getRequestedAuthnContext();
67 * Sets the <code>RequestedAuthnContext</code> object.
69 * @param requestedAuthnContext the new <code>RequestedAuthnContext</code>
75 RequestedAuthnContext requestedAuthnContext) throws SAML2Exception;
H A DRequestedAuthnContext.java25 * $Id: RequestedAuthnContext.java,v 1.2 2008/06/25 05:47:57 qcheng Exp $
39 * Java content class for RequestedAuthnContext element declaration.
44 * &lt;element name="RequestedAuthnContext" type="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContextType"/>
49 public interface RequestedAuthnContext { interface
H A DAuthnRequest.java100 * Returns the <code>RequestedAuthnContext</code> object.
103 * @see #setRequestedAuthnContext(RequestedAuthnContext)
106 public RequestedAuthnContext getRequestedAuthnContext();
109 * Sets the <code>RequestedAuthnContext</code>.
111 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
116 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)
H A DProtocolFactory.java665 * @return the <code>RequestedAuthnContext</code> object.
667 public RequestedAuthnContext createRequestedAuthnContext()
674 return (RequestedAuthnContext) obj;
686 public RequestedAuthnContext createRequestedAuthnContext(Element value)
693 return (RequestedAuthnContext) obj;
705 public RequestedAuthnContext createRequestedAuthnContext(String value)
712 return (RequestedAuthnContext) obj;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAuthnContextMapper.java33 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
44 * <code>RequestedAuthnContext</code> to set in the <code>AuthnRequest</code>
53 * Returns the <code>RequestedAuthnContext</code> Object .
56 * <code>RequestedAuthnContext</code> to be set in the
63 * @return RequestedAuthnContext Object.
66 public RequestedAuthnContext getRequestedAuthnContext(String realm,
87 public int getAuthLevel(RequestedAuthnContext reqCtx,
H A DDefaultSPAuthnContextMapper.java34 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
70 * Returns the <code>RequestedAuthnContext</code> object.
91 public RequestedAuthnContext getRequestedAuthnContext(String realm,
216 RequestedAuthnContext reqCtx =
306 public int getAuthLevel(RequestedAuthnContext reqCtx,
H A DDefaultIDPAuthnContextMapper.java47 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
131 RequestedAuthnContext requestedAuthnContext = null;
H A DSAML2IDPProxyFRImpl.java49 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
321 RequestedAuthnContext requestedAuthnContext = authnRequest.getRequestedAuthnContext();
511 RequestedAuthnContext requestedAuthnContext = authnRequest.getRequestedAuthnContext();
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DSPAuthnContextMapper.java33 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
44 * <code>RequestedAuthnContext</code> to set in the <code>AuthnRequest</code>
53 * Returns the <code>RequestedAuthnContext</code> Object .
56 * <code>RequestedAuthnContext</code> to be set in the
63 * @return RequestedAuthnContext Object.
66 public RequestedAuthnContext getRequestedAuthnContext(String realm,
87 public int getAuthLevel(RequestedAuthnContext reqCtx,
H A DDefaultSPAuthnContextMapper.java34 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
70 * Returns the <code>RequestedAuthnContext</code> object.
91 public RequestedAuthnContext getRequestedAuthnContext(String realm,
216 RequestedAuthnContext reqCtx =
306 public int getAuthLevel(RequestedAuthnContext reqCtx,
H A DDefaultIDPAuthnContextMapper.java40 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
124 RequestedAuthnContext requestedAuthnContext = null;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnQuery.java48 * &lt;element ref="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContext" minOccurs="0"/>
64 * Returns the <code>RequestedAuthnContext</code> object.
66 * @return the <code>RequestedAuthnContext</code> object.
67 * @see #setRequestedAuthnContext(RequestedAuthnContext)
69 public RequestedAuthnContext getRequestedAuthnContext();
72 * Sets the <code>RequestedAuthnContext</code> object.
74 * @param requestedAuthnContext the new <code>RequestedAuthnContext</code>
80 RequestedAuthnContext requestedAuthnContext) throws SAML2Exception;
H A DAuthnRequest.java105 * Returns the <code>RequestedAuthnContext</code> object.
108 * @see #setRequestedAuthnContext(RequestedAuthnContext)
111 public RequestedAuthnContext getRequestedAuthnContext();
114 * Sets the <code>RequestedAuthnContext</code>.
116 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
121 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)
H A DRequestedAuthnContext.java25 * $Id: RequestedAuthnContext.java,v 1.2 2008/06/25 05:47:57 qcheng Exp $
39 * Java content class for RequestedAuthnContext element declaration.
44 * &lt;element name="RequestedAuthnContext" type="{urn:oasis:names:tc:SAML:2.0:protocol}RequestedAuthnContextType"/>
52 public interface RequestedAuthnContext { interface
H A DProtocolFactory.java665 * @return the <code>RequestedAuthnContext</code> object.
667 public RequestedAuthnContext createRequestedAuthnContext()
674 return (RequestedAuthnContext) obj;
686 public RequestedAuthnContext createRequestedAuthnContext(Element value)
693 return (RequestedAuthnContext) obj;
705 public RequestedAuthnContext createRequestedAuthnContext(String value)
712 return (RequestedAuthnContext) obj;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DRequestedAuthnContext.cs25 * $Id: RequestedAuthnContext.cs,v 1.1 2009/06/11 18:37:58 ggennaro Exp $
40 /// Class representing the RequestedAuthnContext.
42 public class RequestedAuthnContext class in namespace:Sun.Identity.Saml2
49 /// Initializes a new instance of the RequestedAuthnContext class.
51 public RequestedAuthnContext() method in class:Sun.Identity.Saml2.RequestedAuthnContext
80 /// Generates the XML string of the RequestedAuthnContext using
84 /// <returns>Returns the RequestedAuthnContext XML as a string.</returns>
103 rawXml.Append("<samlp:RequestedAuthnContext Comparison=\"");
127 rawXml.Append("</samlp:RequestedAuthnContext>");
H A DAuthnRequest.cs133 // Get RequestedAuthnContext if parameters are available...
134 RequestedAuthnContext reqAuthnContext = GetRequestedAuthnContext(serviceProvider, parameters);
257 /// Getst the RequestedAuthnContext element based on supplied
264 /// Service Provider generating the RequestedAuthnContext.
271 private static RequestedAuthnContext GetRequestedAuthnContext(ServiceProvider serviceProvider, NameValueCollection parameters)
273 RequestedAuthnContext reqAuthnContext = null;
279 reqAuthnContext = new RequestedAuthnContext();
/forgerock/openam/openam-federation/openam-federation-library/src/main/csharpsource/Fedlet/Fedlet/source/Saml2/
H A DRequestedAuthnContext.cs25 * $Id: RequestedAuthnContext.cs,v 1.1 2009/06/11 18:37:58 ggennaro Exp $
40 /// Class representing the RequestedAuthnContext.
42 public class RequestedAuthnContext class in namespace:Sun.Identity.Saml2
49 /// Initializes a new instance of the RequestedAuthnContext class.
51 public RequestedAuthnContext() method in class:Sun.Identity.Saml2.RequestedAuthnContext
80 /// Generates the XML string of the RequestedAuthnContext using
84 /// <returns>Returns the RequestedAuthnContext XML as a string.</returns>
103 rawXml.Append("<samlp:RequestedAuthnContext Comparison=\"");
127 rawXml.Append("</samlp:RequestedAuthnContext>");
H A DAuthnRequest.cs134 // Get RequestedAuthnContext if parameters are available...
135 RequestedAuthnContext reqAuthnContext = GetRequestedAuthnContext(serviceProvider, parameters);
311 /// Getst the RequestedAuthnContext element based on supplied
318 /// Service Provider generating the RequestedAuthnContext.
325 private static RequestedAuthnContext GetRequestedAuthnContext(ServiceProvider serviceProvider, NameValueCollection parameters)
327 RequestedAuthnContext reqAuthnContext = null;
333 reqAuthnContext = new RequestedAuthnContext();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnQueryImpl.java43 import com.sun.identity.saml2.protocol.RequestedAuthnContext ;
49 protected RequestedAuthnContext requestedAuthnContext;
97 * Returns the <code>RequestedAuthnContext</code> object.
99 * @return the <code>RequestedAuthnContext</code> object.
100 * @see #setRequestedAuthnContext(RequestedAuthnContext)
102 public RequestedAuthnContext getRequestedAuthnContext()
108 * Sets the <code>RequestedAuthnContext</code> object.
110 * @param requestedAuthnContext the new <code>RequestedAuthnContext</code>
116 RequestedAuthnContext requestedAuthnContext) throws SAML2Exception {
H A DRequestedAuthnContextImpl.java47 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
68 public class RequestedAuthnContextImpl implements RequestedAuthnContext {
69 public final String elementName = "RequestedAuthnContext";
96 * @param xmlString the <code>RequestedAuthnContext</code> XML String.
H A DAuthnRequestImpl.java46 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
65 private RequestedAuthnContext reqAuthnContext;
196 * Returns the <code>RequestedAuthnContext</code> object.
199 * @see #setRequestedAuthnContext(RequestedAuthnContext)
202 public RequestedAuthnContext getRequestedAuthnContext() {
207 * Sets the <code>RequestedAuthnContext</code>.
209 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
214 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)
900 /* validate the sequence and occurence of RequestedAuthnContext Element*/
905 "RequestedAuthnContext Element
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnQueryImpl.java43 import com.sun.identity.saml2.protocol.RequestedAuthnContext ;
49 protected RequestedAuthnContext requestedAuthnContext;
97 * Returns the <code>RequestedAuthnContext</code> object.
99 * @return the <code>RequestedAuthnContext</code> object.
100 * @see #setRequestedAuthnContext(RequestedAuthnContext)
102 public RequestedAuthnContext getRequestedAuthnContext()
108 * Sets the <code>RequestedAuthnContext</code> object.
110 * @param requestedAuthnContext the new <code>RequestedAuthnContext</code>
116 RequestedAuthnContext requestedAuthnContext) throws SAML2Exception {
H A DRequestedAuthnContextImpl.java47 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
68 public class RequestedAuthnContextImpl implements RequestedAuthnContext {
69 public final String elementName = "RequestedAuthnContext";
96 * @param xmlString the <code>RequestedAuthnContext</code> XML String.
H A DAuthnRequestImpl.java46 import com.sun.identity.saml2.protocol.RequestedAuthnContext;
65 private RequestedAuthnContext reqAuthnContext;
196 * Returns the <code>RequestedAuthnContext</code> object.
199 * @see #setRequestedAuthnContext(RequestedAuthnContext)
202 public RequestedAuthnContext getRequestedAuthnContext() {
207 * Sets the <code>RequestedAuthnContext</code>.
209 * @param reqAuthnContext the new <code>RequestedAuthnContext</code>
214 public void setRequestedAuthnContext(RequestedAuthnContext reqAuthnContext)
900 /* validate the sequence and occurence of RequestedAuthnContext Element*/
905 "RequestedAuthnContext Element
[all...]

Completed in 70 milliseconds

12