Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.AbstractAuthData
-
Packages that use AbstractAuthData Package Description org.apache.openejb.jee.was.v6.commonbnd Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of AbstractAuthData in org.apache.openejb.jee.was.v6.commonbnd
Subclasses of AbstractAuthData in org.apache.openejb.jee.was.v6.commonbnd Modifier and Type Class Description classBasicAuthDataA basic type of Authentication which provides a userId and password for connecting to a resource.Fields in org.apache.openejb.jee.was.v6.commonbnd with type parameters of type AbstractAuthData Modifier and Type Field Description protected List<AbstractAuthData>ResourceRefBinding. defaultAuthsMethods in org.apache.openejb.jee.was.v6.commonbnd that return AbstractAuthData Modifier and Type Method Description AbstractAuthDataObjectFactory. createAbstractAuthData()Create an instance ofAbstractAuthDataMethods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type AbstractAuthData Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractAuthData>ObjectFactory. createAbstractAuthData(AbstractAuthData value)List<AbstractAuthData>ResourceRefBinding. getDefaultAuths()Gets the value of the defaultAuths property.Methods in org.apache.openejb.jee.was.v6.commonbnd with parameters of type AbstractAuthData Modifier and Type Method Description jakarta.xml.bind.JAXBElement<AbstractAuthData>ObjectFactory. createAbstractAuthData(AbstractAuthData value)
-