Uses of Interface
org.ow2.jonas.security.realm.factory.JResource

Packages that use JResource
org.ow2.jonas.security   
org.ow2.jonas.security.internal   
org.ow2.jonas.security.internal.realm.factory   
 

Uses of JResource in org.ow2.jonas.security
 

Methods in org.ow2.jonas.security that return JResource
 JResource SecurityService.getJResource(String name)
          Return a resource by giving its name
 

Methods in org.ow2.jonas.security with parameters of type JResource
 void SecurityService.bindResource(String name, JResource resource)
          Bind the given resource with the given name.
 

Uses of JResource in org.ow2.jonas.security.internal
 

Methods in org.ow2.jonas.security.internal that return JResource
 JResource JonasSecurityServiceImpl.getJResource(String name)
          Return a resource by giving its name.
 JResource JResources.getJResource(String name)
           
 JResource JResources.remove(String resourceName)
          Removes the named JResource from the JResource list.
 

Methods in org.ow2.jonas.security.internal that return types with arguments of type JResource
 Enumeration<JResource> JResources.getResources()
           
 

Methods in org.ow2.jonas.security.internal with parameters of type JResource
 void JResources.addJResource(JResource jResource)
          Add the Resource (memory, ldap, datasource,...).
 void JonasSecurityServiceImpl.bindResource(String name, JResource jResource)
          Bind the given resource with the given name and register with a new MBean.
 

Uses of JResource in org.ow2.jonas.security.internal.realm.factory
 

Classes in org.ow2.jonas.security.internal.realm.factory that implement JResource
 class AbstractJResource
          This class implements JOnAS realm factory objects.
 class JResourceDS
          This class extends the JResource class for the Datasource implementation.
 class JResourceLDAP
          This class extends the JResource class for the LDAP implementation.
 class JResourceMemory
          This class extends the JResource class for the Memory implementation.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.