Searched refs:authenticaionContext (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSPAuthenticationContextInfo.java142 * @param authenticaionContext Authentication Context.
144 * <code>authenticaionContext</code> is blank.
146 public void setAuthenticationContext(String authenticaionContext) argument
149 if ((authenticaionContext == null) ||
150 (authenticaionContext.trim().length() == 0)
156 this.authenticationContext = authenticaionContext;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSPAuthenticationContextInfo.java142 * @param authenticaionContext Authentication Context.
144 * <code>authenticaionContext</code> is blank.
146 public void setAuthenticationContext(String authenticaionContext) argument
149 if ((authenticaionContext == null) ||
150 (authenticaionContext.trim().length() == 0)
156 this.authenticationContext = authenticaionContext;

Completed in 27 milliseconds