Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp25 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
FormLoginConfigType<T> |
FormLoginConfigType.formErrorPage(String formErrorPage)
Sets the
form-error-page element |
FormLoginConfigType<T> |
FormLoginConfigType.formLoginPage(String formLoginPage)
Sets the
form-login-page element |
FormLoginConfigType<LoginConfigType<T>> |
LoginConfigType.getOrCreateFormLoginConfig()
If not already created, a new
form-login-config element with the given value will be created. |
FormLoginConfigType<T> |
FormLoginConfigType.id(String id)
Sets the
id attribute |
FormLoginConfigType<T> |
FormLoginConfigType.removeFormErrorPage()
Removes the
form-error-page element |
FormLoginConfigType<T> |
FormLoginConfigType.removeFormLoginPage()
Removes the
form-login-page element |
FormLoginConfigType<T> |
FormLoginConfigType.removeId()
Removes the
id attribute |
Copyright © 2020 JBoss by Red Hat. All rights reserved.