Searched refs:_authnContext (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java63 protected AuthnContext _authnContext = null; field in class:SessionContext
95 _authnContext = authnContext;
127 return _authnContext;
154 _authnContext = authnContext;
255 if (_authnContext != null) {
265 _authnContext = new AuthnContext((Element)
290 if ((_sessionSubject == null)||(_authnContext == null)) {
369 if (_authnContext != null) {
370 xml.append(_authnContext.toXMLString(includeNS, declareNS));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DSessionContext.java65 protected AuthnContext _authnContext = null; field in class:SessionContext
97 _authnContext = authnContext;
129 return _authnContext;
156 _authnContext = authnContext;
257 if (_authnContext != null) {
267 _authnContext = new AuthnContext((Element)
292 if ((_sessionSubject == null)||(_authnContext == null)) {
371 if (_authnContext != null) {
372 xml.append(_authnContext.toXMLString(includeNS, declareNS));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java67 protected AuthnContext _authnContext; field in class:FSAuthenticationStatement
100 this._authnContext = authnContext;
138 this._authnContext = authnContext;
247 if (_authnContext != null) {
255 _authnContext =
345 return _authnContext;
355 this._authnContext = authnContext;
472 if (_authnContext != null) {
473 result.append(_authnContext.toXMLString(includeNS, false));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/
H A DFSAuthenticationStatement.java67 protected AuthnContext _authnContext; field in class:FSAuthenticationStatement
100 this._authnContext = authnContext;
138 this._authnContext = authnContext;
247 if (_authnContext != null) {
255 _authnContext =
345 return _authnContext;
355 this._authnContext = authnContext;
472 if (_authnContext != null) {
473 result.append(_authnContext.toXMLString(includeNS, false));

Completed in 36 milliseconds