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

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java50 protected String authnContextStatementRef = null; field in class:AuthnContext
63 * @param authnContextStatementRef Authentication Context
67 String authnContextStatementRef) {
69 this.authnContextStatementRef = authnContextStatementRef;
111 if(authnContextStatementRef != null) {
116 authnContextStatementRef =
155 return authnContextStatementRef;
161 * @param authnContextStatementRef AuthnContext Statement Ref URI.
165 String authnContextStatementRef) {
66 AuthnContext(String authnContextClassRef, String authnContextStatementRef) argument
164 setAuthnContextStatementRef( String authnContextStatementRef) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/message/common/
H A DAuthnContext.java50 protected String authnContextStatementRef = null; field in class:AuthnContext
63 * @param authnContextStatementRef Authentication Context
67 String authnContextStatementRef) {
69 this.authnContextStatementRef = authnContextStatementRef;
111 if(authnContextStatementRef != null) {
116 authnContextStatementRef =
155 return authnContextStatementRef;
161 * @param authnContextStatementRef AuthnContext Statement Ref URI.
165 String authnContextStatementRef) {
66 AuthnContext(String authnContextClassRef, String authnContextStatementRef) argument
164 setAuthnContextStatementRef( String authnContextStatementRef) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java473 String authnContextStatementRef = null;
578 authnContextStatementRef = authnContextClassRef;
586 authnContextStatementRef = null;
588 if (authnContextStatementRef != null){
601 + authnContextStatementRef);
659 authnContextClassRef, authnContextStatementRef);
735 null, authnContextStatementRef);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAssertionManager.java476 String authnContextStatementRef = null;
581 authnContextStatementRef = authnContextClassRef;
589 authnContextStatementRef = null;
591 if (authnContextStatementRef != null){
604 + authnContextStatementRef);
662 authnContextClassRef, authnContextStatementRef);
738 null, authnContextStatementRef);

Completed in 33 milliseconds