ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
org.jboss.shrinkwrap.descriptor.api.webcommon30 Provides the interfaces and enumeration types as defined in the schema 
org.jboss.shrinkwrap.descriptor.api.webfragment30 Provides the interfaces and enumeration types as defined in the schema 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return LoginConfigType
 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.
 

Methods in org.jboss.shrinkwrap.descriptor.api.webapp30 that return types with arguments of type LoginConfigType
 List<LoginConfigType<WebAppDescriptor>> WebAppDescriptor.getAllLoginConfig()
          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<T> LoginConfigType.authMethod(String authMethod)
          Sets the auth-method element
 LoginConfigType<WebFragmentType<T>> WebFragmentType.createLoginConfig()
          Creates a new login-config element
 LoginConfigType<WebAppType<T>> WebAppType.createLoginConfig()
          Creates a new login-config element
 LoginConfigType<WebFragmentType<T>> WebFragmentType.getOrCreateLoginConfig()
          If not already created, a new login-config element will be created and returned.
 LoginConfigType<WebAppType<T>> WebAppType.getOrCreateLoginConfig()
          If not already created, a new login-config element will be created and returned.
 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.removeRealmName()
          Removes the realm-name element
 

Methods in org.jboss.shrinkwrap.descriptor.api.webcommon30 that return types with arguments of type LoginConfigType
 List<LoginConfigType<WebFragmentType<T>>> WebFragmentType.getAllLoginConfig()
          Returns all login-config elements
 List<LoginConfigType<WebAppType<T>>> WebAppType.getAllLoginConfig()
          Returns all login-config elements
 FormLoginConfigType<LoginConfigType<T>> LoginConfigType.getOrCreateFormLoginConfig()
          If not already created, a new form-login-config element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.webfragment30 that return LoginConfigType
 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.
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.