Searched defs:authnContext (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java48 AuthnContext authnContext; field in class:IDPAuthnContextInfo
55 * @param authnContext The <code>AuthnContext</code> that is returned
61 public IDPAuthnContextInfo(AuthnContext authnContext, argument
63 this.authnContext = authnContext;
74 return authnContext;
H A DDefaultSPAuthnContextMapper.java74 * and authnContext attribute ,
298 * @param authnContext the AuthnContext object.
307 AuthnContext authnContext,
331 if (authnContext != null) {
332 authnClassRef = authnContext.getAuthnContextClassRef();
306 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authnContext, String realm, String hostEntityID, String idpEntityID) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DIDPAuthnContextInfo.java48 AuthnContext authnContext; field in class:IDPAuthnContextInfo
55 * @param authnContext The <code>AuthnContext</code> that is returned
61 public IDPAuthnContextInfo(AuthnContext authnContext, argument
63 this.authnContext = authnContext;
74 return authnContext;
H A DDefaultSPAuthnContextMapper.java74 * and authnContext attribute ,
298 * @param authnContext the AuthnContext object.
307 AuthnContext authnContext,
331 if (authnContext != null) {
332 authnClassRef = authnContext.getAuthnContextClassRef();
306 getAuthLevel(RequestedAuthnContext reqCtx, AuthnContext authnContext, String realm, String hostEntityID, String idpEntityID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java81 * @param authnContext authentication context object.
87 AuthnContext authnContext,
95 _authnContext = authnContext;
143 * @param authnContext <code>AuthnContext</code> to be set.
146 public boolean setAuthnContext(AuthnContext authnContext) { argument
147 if (authnContext == null) {
154 _authnContext = authnContext;
86 SessionContext(SessionSubject sessionSubject, AuthnContext authnContext, String providerID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java74 * @param authnContext Authentication context that the user is signed-on.
84 AuthnContext authnContext,
100 sub, authnContext, userID, wscID, realm);
123 AuthnContext authnContext,
191 sessionSubject, authnContext, providerID);
82 FSDiscoveryBootStrap( Object ssoToken, AuthnContext authnContext, FSSubject sub, String userID, String wscID, String realm) argument
121 getResourceOffering( FSSubject libSubject, AuthnContext authnContext, String userID, String wscID, String realm) argument
H A DFSSession.java52 private String authnContext = null; field in class:FSSession
95 return authnContext;
100 * @param authnContext authentication context to be set
103 public void setAuthnContext(String authnContext) { argument
104 this.authnContext = authnContext;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java376 String authnContext,
406 .append("=").append(URLEncDec.encode(authnContext))
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSDiscoveryBootStrap.java74 * @param authnContext Authentication context that the user is signed-on.
84 AuthnContext authnContext,
100 sub, authnContext, userID, wscID, realm);
123 AuthnContext authnContext,
191 sessionSubject, authnContext, providerID);
82 FSDiscoveryBootStrap( Object ssoToken, AuthnContext authnContext, FSSubject sub, String userID, String wscID, String realm) argument
121 getResourceOffering( FSSubject libSubject, AuthnContext authnContext, String userID, String wscID, String realm) argument
H A DFSSession.java52 private String authnContext = null; field in class:FSSession
95 return authnContext;
100 * @param authnContext authentication context to be set
103 public void setAuthnContext(String authnContext) { argument
104 this.authnContext = authnContext;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java376 String authnContext,
406 .append("=").append(URLEncDec.encode(authnContext))
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java83 * @param authnContext authentication context object.
89 AuthnContext authnContext,
97 _authnContext = authnContext;
145 * @param authnContext <code>AuthnContext</code> to be set.
148 public boolean setAuthnContext(AuthnContext authnContext) { argument
149 if (authnContext == null) {
156 _authnContext = authnContext;
88 SessionContext(SessionSubject sessionSubject, AuthnContext authnContext, String providerID) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnStatementImpl.java84 private AuthnContext authnContext = null; field in class:AuthnStatementImpl
95 if (authnContext == null) {
180 if (authnContext != null) {
192 if (authnContext != null) {
201 authnContext = AssertionFactory.getInstance().
256 return authnContext;
273 authnContext = value;
392 if (authnContext != null) {
393 authnContext.makeImmutable();
461 result.append(authnContext
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java82 * @param authnContext the Authentication Context.
91 AuthnContext authnContext
94 if (authnContext == null) {
100 this._authnContext = authnContext;
112 * @param authnContext the Authentication Context.
123 AuthnContext authnContext
132 if (authnContext == null) {
138 this._authnContext = authnContext;
351 * @param authnContext the Authentication Context object.
354 public void setAuthnContext(AuthnContext authnContext){ argument
[all...]
H A DFSAuthnRequest.java74 private RequestAuthnContext authnContext = null; field in class:FSAuthnRequest
154 this.authnContext = authnCxt;
265 authnContext = new RequestAuthnContext((Element) child);
269 authnContext = new RequestAuthnContext((Element) child);
605 if(authnContext != null){
606 authnContext.setMinorVersion(minorVersion);
607 xml.append(authnContext.toXMLString());
836 return authnContext;
846 authnContext = authnCxt;
1303 if (authnContext !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java82 * @param authnContext the Authentication Context.
91 AuthnContext authnContext
94 if (authnContext == null) {
100 this._authnContext = authnContext;
112 * @param authnContext the Authentication Context.
123 AuthnContext authnContext
132 if (authnContext == null) {
138 this._authnContext = authnContext;
351 * @param authnContext the Authentication Context object.
354 public void setAuthnContext(AuthnContext authnContext){ argument
[all...]
H A DFSAuthnRequest.java77 private RequestAuthnContext authnContext = null; field in class:FSAuthnRequest
157 this.authnContext = authnCxt;
268 authnContext = new RequestAuthnContext((Element) child);
272 authnContext = new RequestAuthnContext((Element) child);
608 if(authnContext != null){
609 authnContext.setMinorVersion(minorVersion);
610 xml.append(authnContext.toXMLString());
839 return authnContext;
849 authnContext = authnCxt;
1306 if (authnContext !
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DAuthnStatementImpl.java84 private AuthnContext authnContext = null; field in class:AuthnStatementImpl
95 if (authnContext == null) {
180 if (authnContext != null) {
192 if (authnContext != null) {
201 authnContext = AssertionFactory.getInstance().
256 return authnContext;
273 authnContext = value;
392 if (authnContext != null) {
393 authnContext.makeImmutable();
461 result.append(authnContext
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSession.java54 private String authnContext = null; field in class:IDPSession
250 return authnContext;
255 * @param authnContext authentication context to be set
258 public void setAuthnContext(String authnContext) { argument
259 this.authnContext = authnContext;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DIDPSession.java54 private String authnContext = null; field in class:IDPSession
250 return authnContext;
255 * @param authnContext authentication context to be set
258 public void setAuthnContext(String authnContext) { argument
259 this.authnContext = authnContext;

Completed in 68 milliseconds