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 WebServiceSecurityType.authMethod
           
protected  AuthMethodType WebServiceBindingType.WebServiceSecurityType.authMethod
           
 

Methods in org.apache.openejb.jee.oejb2 that return AuthMethodType
static AuthMethodType AuthMethodType.fromValue(String v)
           
 AuthMethodType WebServiceSecurityType.getAuthMethod()
          Gets the value of the authMethod property.
 AuthMethodType WebServiceBindingType.WebServiceSecurityType.getAuthMethod()
           
static AuthMethodType AuthMethodType.valueOf(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 WebServiceSecurityType.setAuthMethod(AuthMethodType value)
          Sets the value of the authMethod property.
 void WebServiceBindingType.WebServiceSecurityType.setAuthMethod(AuthMethodType value)
           
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.