Searched refs:authenticationLevel (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.java46 private int authenticationLevel = -1; field in class:FSSPAuthenticationContextInfo
80 authenticationLevel = Integer.parseInt(value);
91 authenticationLevel == -1) {
99 * @param authenticationLevel the authentication level.
102 * <code>authenticationLevel</code> is invalid.
106 int authenticationLevel
110 setAuthenticationLevel(authenticationLevel);
117 * @param authenticationLevel the authentication level.
120 * <code>authenticationLevel</code> is invalid.
124 String authenticationLevel
174 setAuthenticationLevel(int authenticationLevel) argument
191 setAuthenticationLevel(String authenticationLevel) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSPAuthenticationContextInfo.java46 private int authenticationLevel = -1; field in class:FSSPAuthenticationContextInfo
80 authenticationLevel = Integer.parseInt(value);
91 authenticationLevel == -1) {
99 * @param authenticationLevel the authentication level.
102 * <code>authenticationLevel</code> is invalid.
106 int authenticationLevel
110 setAuthenticationLevel(authenticationLevel);
117 * @param authenticationLevel the authentication level.
120 * <code>authenticationLevel</code> is invalid.
124 String authenticationLevel
174 setAuthenticationLevel(int authenticationLevel) argument
191 setAuthenticationLevel(String authenticationLevel) argument
[all...]

Completed in 26 milliseconds