| Package | Description |
|---|---|
| com.sun.enterprise.deployment | |
| com.sun.enterprise.web.deploy | |
| org.glassfish.web.deployment.descriptor |
| Modifier and Type | Method and Description |
|---|---|
abstract LoginConfiguration |
WebBundleDescriptor.getLoginConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
WebBundleDescriptor.setLoginConfiguration(LoginConfiguration loginConfiguration) |
| Constructor and Description |
|---|
LoginConfigDecorator(LoginConfiguration decoree) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginConfigurationImpl
I dictate how the web app I belong to should be logged into.
|
| Modifier and Type | Method and Description |
|---|---|
LoginConfiguration |
WebBundleDescriptorImpl.getLoginConfiguration()
Return the information about how I should log in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebBundleDescriptorImpl.setLoginConfiguration(LoginConfiguration loginConfiguration)
Specifies the information about how I should log in.
|
Copyright © 2017. All rights reserved.