Uses of Class
org.apache.openejb.jee.ResAuth
-
Packages that use ResAuth Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ResAuth in org.apache.openejb.jee
Fields in org.apache.openejb.jee declared as ResAuth Modifier and Type Field Description protected ResAuthResourceRef. resAuthMethods in org.apache.openejb.jee that return ResAuth Modifier and Type Method Description ResAuthResourceRef. getResAuth()static ResAuthResAuth. valueOf(String name)Returns the enum constant of this type with the specified name.static ResAuth[]ResAuth. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee with parameters of type ResAuth Modifier and Type Method Description ResourceRefResourceRef. auth(ResAuth resAuth)voidResourceRef. setResAuth(ResAuth value)Constructors in org.apache.openejb.jee with parameters of type ResAuth Constructor Description ResourceRef(String resRefName, String resType, ResAuth resAuth, ResSharingScope resSharingScope)
-