Uses of Interface
org.eclipse.modisco.jee.webapp.webapp23.AuthMethodType

Packages that use AuthMethodType
org.eclipse.modisco.jee.webapp.webapp23   
 

Uses of AuthMethodType in org.eclipse.modisco.jee.webapp.webapp23
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return AuthMethodType
 AuthMethodType Webapp23Factory.createAuthMethodType()
          Returns a new object of class 'Auth Method Type'.
 AuthMethodType DocumentRoot.getAuthMethod()
          Returns the value of the 'Auth Method' containment reference.
 AuthMethodType LoginConfigType.getAuthMethod()
          Returns the value of the 'Auth Method' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type AuthMethodType
 void DocumentRoot.setAuthMethod(AuthMethodType value)
          Sets the value of the 'Auth Method' containment reference.
 void LoginConfigType.setAuthMethod(AuthMethodType value)
          Sets the value of the 'Auth Method' containment reference.