Uses of Class
com.sun.identity.authentication.client.ZeroPageLoginConfig
-
Packages that use ZeroPageLoginConfig Package Description com.sun.identity.authentication.client com.sun.identity.authentication.service org.forgerock.openam.core.rest.server.models -
-
Uses of ZeroPageLoginConfig in com.sun.identity.authentication.client
Methods in com.sun.identity.authentication.client with parameters of type ZeroPageLoginConfig Modifier and Type Method Description static booleanAuthClientUtils. isZeroPageLoginAllowed(ZeroPageLoginConfig config, jakarta.servlet.http.HttpServletRequest request)Determines whether Zero Page Login (ZPL) should be allowed for this request. -
Uses of ZeroPageLoginConfig in com.sun.identity.authentication.service
Methods in com.sun.identity.authentication.service that return ZeroPageLoginConfig Modifier and Type Method Description static ZeroPageLoginConfigAuthUtils. getZeroPageLoginConfig(String realm)Gets the ZPL configuration for the given realm.ZeroPageLoginConfigLoginState. getZeroPageLoginConfig()Returns the configuration for whether Zero Page Login (ZPL) should be allowed or not. -
Uses of ZeroPageLoginConfig in org.forgerock.openam.core.rest.server.models
Fields in org.forgerock.openam.core.rest.server.models declared as ZeroPageLoginConfig Modifier and Type Field Description ZeroPageLoginConfigServerInfo. zeroPageLogin
-