@Inherited @InterceptorBinding @Retention(value=RUNTIME) @Target(value=TYPE) public @interface LoginToContinue
AuthenticationMechanism
.Modifier and Type | Optional Element and Description |
---|---|
String |
errorPage
The resource (page) a caller should get to see in case an error, such as providing invalid
credentials, occurs on the page set by
loginPage() . |
String |
loginPage
The resource (page) a caller should get to see in case the originally requested
resource requires authentication, and the caller is currently not authenticated.
|
boolean |
useForwardToLogin
Use a forward to reach the page set by the
loginPage()
if true, otherwise use a redirect. |
public abstract String loginPage
public abstract boolean useForwardToLogin
loginPage()
if true, otherwise use a redirect.public abstract String errorPage
loginPage()
.Copyright © 2015–2017. All rights reserved.