Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.webapp31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webcommon31 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.webfragment31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
LoginConfigType<WebAppDescriptor> |
WebAppDescriptor.createLoginConfig()
Creates a new
login-config element |
LoginConfigType<WebAppDescriptor> |
WebAppDescriptor.getOrCreateLoginConfig()
If not already created, a new
login-config element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<LoginConfigType<WebAppDescriptor>> |
WebAppDescriptor.getAllLoginConfig()
Returns all
login-config elements |
Modifier and Type | Method and Description |
---|---|
LoginConfigType<T> |
LoginConfigType.authMethod(String authMethod)
Sets the
auth-method element |
LoginConfigType<T> |
LoginConfigType.id(String id)
Sets the
id attribute |
LoginConfigType<T> |
LoginConfigType.realmName(String realmName)
Sets the
realm-name element |
LoginConfigType<T> |
LoginConfigType.removeAuthMethod()
Removes the
auth-method element |
LoginConfigType<T> |
LoginConfigType.removeFormLoginConfig()
Removes the
form-login-config element |
LoginConfigType<T> |
LoginConfigType.removeId()
Removes the
id attribute |
LoginConfigType<T> |
LoginConfigType.removeRealmName()
Removes the
realm-name element |
Modifier and Type | Method and Description |
---|---|
FormLoginConfigType<LoginConfigType<T>> |
LoginConfigType.getOrCreateFormLoginConfig()
If not already created, a new
form-login-config element with the given value will be created. |
Modifier and Type | Method and Description |
---|---|
LoginConfigType<WebFragmentDescriptor> |
WebFragmentDescriptor.createLoginConfig()
Creates a new
login-config element |
LoginConfigType<WebFragmentDescriptor> |
WebFragmentDescriptor.getOrCreateLoginConfig()
If not already created, a new
login-config element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<LoginConfigType<WebFragmentDescriptor>> |
WebFragmentDescriptor.getAllLoginConfig()
Returns all
login-config elements |
Copyright © 2017 JBoss by Red Hat. All rights reserved.