public class Authorizer extends Object
Java class for Authorizer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Authorizer">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Properties" type="{}Properties"/>
</sequence>
<attribute name="class" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected Properties |
properties |
| Constructor and Description |
|---|
Authorizer() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
protected Properties properties
protected String clazz
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic String getClazz()
StringCopyright © 2016 WSO2. All rights reserved.