org.apache.openejb.config.sys
Class SecurityService

java.lang.Object
  extended by org.apache.openejb.config.sys.AbstractService
      extended by org.apache.openejb.config.sys.SecurityService
All Implemented Interfaces:
Service
Direct Known Subclasses:
SecurityServiceBuilder

public class SecurityService
extends AbstractService

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="jar" type="{http://www.openejb.org/System/Configuration}JarFileLocation" />
       <attribute name="provider" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.apache.openejb.config.sys.AbstractService
className, constructor, factoryName, id, jar, properties, provider, type
 
Constructor Summary
SecurityService()
           
SecurityService(String id)
           
SecurityService(String id, String type, String provider)
           
 
Method Summary
 
Methods inherited from class org.apache.openejb.config.sys.AbstractService
equals, getClassName, getConstructor, getFactoryName, getId, getJar, getProperties, getProvider, getType, hashCode, setClassName, setConstructor, setFactoryName, setId, setJar, setProvider, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityService

public SecurityService(String id)

SecurityService

public SecurityService(String id,
                       String type,
                       String provider)

SecurityService

public SecurityService()


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.