Uses of Interface
com.sun.enterprise.deployment.web.LoginConfiguration
-
Packages that use LoginConfiguration Package Description com.sun.enterprise.deployment com.sun.enterprise.web.deploy org.glassfish.web.deployment.descriptor -
-
Uses of LoginConfiguration in com.sun.enterprise.deployment
Methods in com.sun.enterprise.deployment that return LoginConfiguration Modifier and Type Method Description abstract LoginConfigurationWebBundleDescriptor. getLoginConfiguration()Methods in com.sun.enterprise.deployment with parameters of type LoginConfiguration Modifier and Type Method Description abstract voidWebBundleDescriptor. setLoginConfiguration(LoginConfiguration loginConfiguration) -
Uses of LoginConfiguration in com.sun.enterprise.web.deploy
Constructors in com.sun.enterprise.web.deploy with parameters of type LoginConfiguration Constructor Description LoginConfigDecorator(LoginConfiguration decoree) -
Uses of LoginConfiguration in org.glassfish.web.deployment.descriptor
Classes in org.glassfish.web.deployment.descriptor that implement LoginConfiguration Modifier and Type Class Description classLoginConfigurationImplI dictate how the web app I belong to should be logged into.Methods in org.glassfish.web.deployment.descriptor that return LoginConfiguration Modifier and Type Method Description LoginConfigurationWebBundleDescriptorImpl. getLoginConfiguration()Return the information about how I should log in.Methods in org.glassfish.web.deployment.descriptor with parameters of type LoginConfiguration Modifier and Type Method Description voidWebBundleDescriptorImpl. setLoginConfiguration(LoginConfiguration loginConfiguration)Specifies the information about how I should log in.
-