Searched refs:authnContext (Results 1 - 25 of 41) sorted by relevance

12

/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 DDefaultIDPAuthnContextMapper.java181 AuthnContext authnContext =
183 authnContext.setAuthnContextClassRef(classRef);
185 authnContext, authTypeAndValues, authnLevel);
/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 DDefaultIDPAuthnContextMapper.java175 AuthnContext authnContext = AssertionFactory.getInstance().createAuthnContext();
176 authnContext.setAuthnContextClassRef(classRef);
177 IDPAuthnContextInfo info = new IDPAuthnContextInfo(authnContext, authTypeAndValues, authnLevel);
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAuthenticationStatementsProvider.java43 AuthnContext authnContext = AssertionFactory.getInstance().createAuthnContext();
44 authnContext.setAuthnContextClassRef(authNContextClassRef);
45 authnStatement.setAuthnContext(authnContext);
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAuthenticationStatementsProvider.java45 AuthnContext authnContext = AssertionFactory.getInstance().createAuthnContext();
46 authnContext.setAuthnContextClassRef(authNContextClassRef);
47 authnStatement.setAuthnContext(authnContext);
/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/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-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
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;
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
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
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;
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
/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;
/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-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/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/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java103 * @param authnContext requested <code>AuthnContextRef</code>
108 String authnContext
115 "\nauthnContext=" + authnContext);
137 if (!authnContext.equals(
142 .append(URLEncDec.encode(authnContext))
H A DFSSSOAndFedService.java162 String authnContext =
175 if ((authnContext == null) || (authnContext.length() == 0)) {
178 "FSSSOAndFedService.doGet: authnContext is null. " +
181 authnContext = IFSConstants.DEFAULT_AUTHNCONTEXT_PASSWORD;
189 authnContext != null &&
190 authnContext.length() != 0)
198 authnContext);
420 String authnContext
478 session.setAuthnContext(authnContext);
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOLECPProfileHandler.java103 * @param authnContext requested <code>AuthnContextRef</code>
108 String authnContext
115 "\nauthnContext=" + authnContext);
137 if (!authnContext.equals(
142 .append(URLEncDec.encode(authnContext))
H A DFSSSOAndFedService.java162 String authnContext =
175 if ((authnContext == null) || (authnContext.length() == 0)) {
178 "FSSSOAndFedService.doGet: authnContext is null. " +
181 authnContext = IFSConstants.DEFAULT_AUTHNCONTEXT_PASSWORD;
189 authnContext != null &&
190 authnContext.length() != 0)
198 authnContext);
420 String authnContext
478 session.setAuthnContext(authnContext);
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/fedlet/ag/
H A DAssertionGen.java160 AuthnContext authnContext = AssertionFactory.getInstance().createAuthnContext();
165 authnContext.setAuthnContextClassRef(SAML2Constants.CLASSREF_PASSWORD_PROTECTED_TRANSPORT);
166 authnStatement.setAuthnContext(authnContext);

Completed in 78 milliseconds

12