Uses of Class
org.apache.openejb.jee.oejb2.AuthMethodType

Packages that use AuthMethodType
org.apache.openejb.jee.oejb2 Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AuthMethodType in org.apache.openejb.jee.oejb2
 

Fields in org.apache.openejb.jee.oejb2 declared as AuthMethodType
protected  AuthMethodType WebServiceBindingType.WebServiceSecurityType.authMethod
           
protected  AuthMethodType WebServiceSecurityType.authMethod
           
 

Methods in org.apache.openejb.jee.oejb2 that return AuthMethodType
static AuthMethodType AuthMethodType.fromValue(java.lang.String v)
           
 AuthMethodType WebServiceBindingType.WebServiceSecurityType.getAuthMethod()
           
 AuthMethodType WebServiceSecurityType.getAuthMethod()
          Gets the value of the authMethod property.
static AuthMethodType AuthMethodType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AuthMethodType[] AuthMethodType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee.oejb2 with parameters of type AuthMethodType
 void WebServiceBindingType.WebServiceSecurityType.setAuthMethod(AuthMethodType value)
           
 void WebServiceSecurityType.setAuthMethod(AuthMethodType value)
          Sets the value of the authMethod property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.