@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FormAuthenticationMechanismDefinition
AuthenticationMechanism
that implements the
FORM authentication mechanism as defined by the Servlet spec (13.6.3) and make that
implementation available as an enabled CDI bean.Modifier and Type | Required Element and Description |
---|---|
LoginToContinue |
loginToContinue |
public abstract LoginToContinue loginToContinue
Copyright © 2015–2017. All rights reserved.