Uses of Class
org.apache.openejb.jee.was.v6.common.ResAuthEnum
-
Packages that use ResAuthEnum Package Description org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResAuthEnum in org.apache.openejb.jee.was.v6.common
Fields in org.apache.openejb.jee.was.v6.common declared as ResAuthEnum Modifier and Type Field Description protected ResAuthEnumResourceRef. authMethods in org.apache.openejb.jee.was.v6.common that return ResAuthEnum Modifier and Type Method Description static ResAuthEnumResAuthEnum. fromValue(String v)ResAuthEnumResourceRef. getAuth()Gets the value of the auth property.static ResAuthEnumResAuthEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ResAuthEnum[]ResAuthEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee.was.v6.common with parameters of type ResAuthEnum Modifier and Type Method Description voidResourceRef. setAuth(ResAuthEnum value)Sets the value of the auth property.
-