Searched defs:authnContextStatementRef (Results 1 - 2 of 2) 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...]

Completed in 28 milliseconds