Uses of Class
org.openejb.xbeans.ejbjar.OpenejbAuthMethodType.Enum

Packages that use OpenejbAuthMethodType.Enum
org.openejb.xbeans.ejbjar   
org.openejb.xbeans.ejbjar.impl   
 

Uses of OpenejbAuthMethodType.Enum in org.openejb.xbeans.ejbjar
 

Fields in org.openejb.xbeans.ejbjar declared as OpenejbAuthMethodType.Enum
static OpenejbAuthMethodType.Enum OpenejbAuthMethodType.BASIC
           
static OpenejbAuthMethodType.Enum OpenejbAuthMethodType.DIGEST
           
static OpenejbAuthMethodType.Enum OpenejbAuthMethodType.CLIENT_CERT
           
static OpenejbAuthMethodType.Enum OpenejbAuthMethodType.NONE
           
 

Methods in org.openejb.xbeans.ejbjar that return OpenejbAuthMethodType.Enum
static OpenejbAuthMethodType.Enum OpenejbAuthMethodType.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
static OpenejbAuthMethodType.Enum OpenejbAuthMethodType.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
 OpenejbAuthMethodType.Enum OpenejbWebServiceSecurityType.getAuthMethod()
          Gets the "auth-method" element
 

Methods in org.openejb.xbeans.ejbjar with parameters of type OpenejbAuthMethodType.Enum
 void OpenejbWebServiceSecurityType.setAuthMethod(OpenejbAuthMethodType.Enum authMethod)
          Sets the "auth-method" element
 

Uses of OpenejbAuthMethodType.Enum in org.openejb.xbeans.ejbjar.impl
 

Methods in org.openejb.xbeans.ejbjar.impl that return OpenejbAuthMethodType.Enum
 OpenejbAuthMethodType.Enum OpenejbWebServiceSecurityTypeImpl.getAuthMethod()
          Gets the "auth-method" element
 

Methods in org.openejb.xbeans.ejbjar.impl with parameters of type OpenejbAuthMethodType.Enum
 void OpenejbWebServiceSecurityTypeImpl.setAuthMethod(OpenejbAuthMethodType.Enum authMethod)
          Sets the "auth-method" element
 



Copyright © 1999-2006 OpenEJB. All Rights Reserved.