Package org.apache.openejb.jee.wls
Class SecurityPlugin
- java.lang.Object
-
- org.apache.openejb.jee.wls.SecurityPlugin
-
public class SecurityPlugin extends Object
Java class for security-plugin complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="security-plugin"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="plugin-class" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SecurityPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetKey()Gets the value of the key property.StringgetPluginClass()Gets the value of the pluginClass property.voidsetId(String value)Sets the value of the id property.voidsetKey(String value)Sets the value of the key property.voidsetPluginClass(String value)Sets the value of the pluginClass property.
-
-
-
Method Detail
-
getPluginClass
public String getPluginClass()
Gets the value of the pluginClass property.- Returns:
- possible object is
String
-
setPluginClass
public void setPluginClass(String value)
Sets the value of the pluginClass property.- Parameters:
value- allowed object isString
-
getKey
public String getKey()
Gets the value of the key property.- Returns:
- possible object is
String
-
setKey
public void setKey(String value)
Sets the value of the key property.- Parameters:
value- allowed object isString
-
-