Uses of Class
org.apache.openejb.jee.was.v6.commonbnd.AbstractAuthData

Packages that use AbstractAuthData
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
 class BasicAuthData
          A 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
protected  java.util.List<AbstractAuthData> ResourceRefBinding.defaultAuths
           
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return AbstractAuthData
 AbstractAuthData ObjectFactory.createAbstractAuthData()
          Create an instance of AbstractAuthData
 

Methods in org.apache.openejb.jee.was.v6.commonbnd that return types with arguments of type AbstractAuthData
 javax.xml.bind.JAXBElement<AbstractAuthData> ObjectFactory.createAbstractAuthData(AbstractAuthData value)
          Create an instance of JAXBElement< AbstractAuthData>
 java.util.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
 javax.xml.bind.JAXBElement<AbstractAuthData> ObjectFactory.createAbstractAuthData(AbstractAuthData value)
          Create an instance of JAXBElement< AbstractAuthData>
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.