Uses of Class
org.apache.openejb.jee.oejb2.AuthMethodType
-
Packages that use AuthMethodType Package Description 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 Modifier and Type Field Description protected AuthMethodTypeWebServiceBindingType.WebServiceSecurityType. authMethodprotected AuthMethodTypeWebServiceSecurityType. authMethodMethods in org.apache.openejb.jee.oejb2 that return AuthMethodType Modifier and Type Method Description static AuthMethodTypeAuthMethodType. fromValue(String v)AuthMethodTypeWebServiceBindingType.WebServiceSecurityType. getAuthMethod()AuthMethodTypeWebServiceSecurityType. getAuthMethod()Gets the value of the authMethod property.static AuthMethodTypeAuthMethodType. 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 Modifier and Type Method Description voidWebServiceBindingType.WebServiceSecurityType. setAuthMethod(AuthMethodType value)voidWebServiceSecurityType. setAuthMethod(AuthMethodType value)Sets the value of the authMethod property.
-