@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CustomFormAuthenticationMechanismDefinition
Instead of posting back to a predefined action to continue the authentication dialog
(Servlet spec 13.6.3 step 3), this variant depends on the application calling
SecurityContext.authenticate(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, javax.security.enterprise.authentication.mechanism.http.AuthenticationParameters)
Modifier and Type | Required Element and Description |
---|---|
LoginToContinue |
loginToContinue |
public abstract LoginToContinue loginToContinue
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.