Uses of Class
pl.edu.icm.unity.engine.api.authn.AuthenticationPolicy
-
Packages that use AuthenticationPolicy Package Description pl.edu.icm.unity.engine.api.authn Authentication related API and utilities -
-
Uses of AuthenticationPolicy in pl.edu.icm.unity.engine.api.authn
Methods in pl.edu.icm.unity.engine.api.authn that return AuthenticationPolicy Modifier and Type Method Description static AuthenticationPolicyAuthenticationPolicy. getPolicy(javax.servlet.http.HttpSession session)static AuthenticationPolicyAuthenticationPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationPolicy[]AuthenticationPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in pl.edu.icm.unity.engine.api.authn with parameters of type AuthenticationPolicy Modifier and Type Method Description static voidAuthenticationPolicy. setPolicy(javax.servlet.http.HttpSession session, AuthenticationPolicy policy)
-