Uses of Interface
org.jboss.shrinkwrap.descriptor.api.webcommon30.LoginConfigType

Packages that use LoginConfigType
org.jboss.shrinkwrap.descriptor.api.webapp30 Provides the interfaces and enumeration types as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema web-fragment_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webapp30 Provides the implementation classes as defined in the schema web-app_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webcommon30 Provides the implementation classes as defined in the schema web-common_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.webfragment30 Provides the implementation classes as defined in the schema web-fragment_3_0.xsd 
 

Uses of LoginConfigType in org.jboss.shrinkwrap.descriptor.api.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return LoginConfigType
 LoginConfigType<WebApp30Descriptor> WebApp30Descriptor.loginConfig()
          Returns the login-config element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type LoginConfigType
 java.util.List<LoginConfigType<WebApp30Descriptor>> WebApp30Descriptor.getLoginConfigList()
          Returns all login-config elements
 

Uses of LoginConfigType in org.jboss.shrinkwrap.descriptor.api.webcommon30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return LoginConfigType
 LoginConfigType<WebFragmentType<T>> WebFragmentType.loginConfig()
          Returns the login-config element
 LoginConfigType<WebAppType<T>> WebAppType.loginConfig()
          Returns the login-config element
 LoginConfigType<T> LoginConfigType.removeAuthMethod()
          Removes the auth-method element
 LoginConfigType<T> LoginConfigType.removeFormLoginConfig()
          Removes the form-login-config element
 LoginConfigType<T> LoginConfigType.removeRealmName()
          Removes the realm-name element
 LoginConfigType<T> LoginConfigType.setAuthMethod(java.lang.String authMethod)
          If not already created, a new auth-method element with the given value will be created.
 LoginConfigType<T> LoginConfigType.setRealmName(java.lang.String realmName)
          If not already created, a new realm-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type LoginConfigType
 FormLoginConfigType<LoginConfigType<T>> LoginConfigType.formLoginConfig()
          If not already created, a new form-login-config element will be created and returned.
 java.util.List<LoginConfigType<WebFragmentType<T>>> WebFragmentType.getLoginConfigList()
          Returns all login-config elements
 java.util.List<LoginConfigType<WebAppType<T>>> WebAppType.getLoginConfigList()
          Returns all login-config elements
 

Uses of LoginConfigType in org.jboss.shrinkwrap.descriptor.api.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return LoginConfigType
 LoginConfigType<WebFragment30Descriptor> WebFragment30Descriptor.loginConfig()
          Returns the login-config element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return types with arguments of type LoginConfigType
 java.util.List<LoginConfigType<WebFragment30Descriptor>> WebFragment30Descriptor.getLoginConfigList()
          Returns all login-config elements
 

Uses of LoginConfigType in org.jboss.shrinkwrap.descriptor.impl.webapp30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return LoginConfigType
 LoginConfigType<WebApp30Descriptor> WebApp30DescriptorImpl.loginConfig()
          Returns the login-config element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webapp30 that return types with arguments of type LoginConfigType
 java.util.List<LoginConfigType<WebApp30Descriptor>> WebApp30DescriptorImpl.getLoginConfigList()
          Returns all login-config elements
 

Uses of LoginConfigType in org.jboss.shrinkwrap.descriptor.impl.webcommon30
 

Classes in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that implement LoginConfigType
 class LoginConfigTypeImpl<T>
          This class implements the login-configType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return LoginConfigType
 LoginConfigType<WebFragmentType<T>> WebFragmentTypeImpl.loginConfig()
          Returns the login-config element
 LoginConfigType<WebAppType<T>> WebAppTypeImpl.loginConfig()
          Returns the login-config element
 LoginConfigType<T> LoginConfigTypeImpl.removeAuthMethod()
          Removes the auth-method element
 LoginConfigType<T> LoginConfigTypeImpl.removeFormLoginConfig()
          Removes the form-login-config element
 LoginConfigType<T> LoginConfigTypeImpl.removeRealmName()
          Removes the realm-name element
 LoginConfigType<T> LoginConfigTypeImpl.setAuthMethod(java.lang.String authMethod)
          If not already created, a new auth-method element with the given value will be created.
 LoginConfigType<T> LoginConfigTypeImpl.setRealmName(java.lang.String realmName)
          If not already created, a new realm-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webcommon30 that return types with arguments of type LoginConfigType
 FormLoginConfigType<LoginConfigType<T>> LoginConfigTypeImpl.formLoginConfig()
          If not already created, a new form-login-config element will be created and returned.
 java.util.List<LoginConfigType<WebFragmentType<T>>> WebFragmentTypeImpl.getLoginConfigList()
          Returns all login-config elements
 java.util.List<LoginConfigType<WebAppType<T>>> WebAppTypeImpl.getLoginConfigList()
          Returns all login-config elements
 

Uses of LoginConfigType in org.jboss.shrinkwrap.descriptor.impl.webfragment30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return LoginConfigType
 LoginConfigType<WebFragment30Descriptor> WebFragment30DescriptorImpl.loginConfig()
          Returns the login-config element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.webfragment30 that return types with arguments of type LoginConfigType
 java.util.List<LoginConfigType<WebFragment30Descriptor>> WebFragment30DescriptorImpl.getLoginConfigList()
          Returns all login-config elements