public static class DtoAuthorizationPlugin.Map extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice minOccurs="0"> <element ref="{http://activemq.apache.org/schema/core}authorizationMap"/> <element ref="{http://activemq.apache.org/schema/core}cachedLDAPAuthorizationMap"/> <element ref="{http://activemq.apache.org/schema/core}lDAPAuthorizationMap"/> <element ref="{http://activemq.apache.org/schema/core}simpleAuthorizationMap"/> <any namespace='##other'/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Object |
any |
protected DtoAuthorizationMap |
authorizationMap |
protected DtoCachedLDAPAuthorizationMap |
cachedLDAPAuthorizationMap |
protected DtoLDAPAuthorizationMap |
ldapAuthorizationMap |
protected DtoSimpleAuthorizationMap |
simpleAuthorizationMap |
Constructor and Description |
---|
DtoAuthorizationPlugin.Map() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Object |
getAny()
Gets the value of the any property.
|
DtoAuthorizationMap |
getAuthorizationMap()
Gets the value of the authorizationMap property.
|
DtoCachedLDAPAuthorizationMap |
getCachedLDAPAuthorizationMap()
Gets the value of the cachedLDAPAuthorizationMap property.
|
DtoLDAPAuthorizationMap |
getLDAPAuthorizationMap()
Gets the value of the ldapAuthorizationMap property.
|
DtoSimpleAuthorizationMap |
getSimpleAuthorizationMap()
Gets the value of the simpleAuthorizationMap property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setAuthorizationMap(DtoAuthorizationMap value)
Sets the value of the authorizationMap property.
|
void |
setCachedLDAPAuthorizationMap(DtoCachedLDAPAuthorizationMap value)
Sets the value of the cachedLDAPAuthorizationMap property.
|
void |
setLDAPAuthorizationMap(DtoLDAPAuthorizationMap value)
Sets the value of the ldapAuthorizationMap property.
|
void |
setSimpleAuthorizationMap(DtoSimpleAuthorizationMap value)
Sets the value of the simpleAuthorizationMap property.
|
String |
toString() |
protected DtoAuthorizationMap authorizationMap
protected DtoCachedLDAPAuthorizationMap cachedLDAPAuthorizationMap
protected DtoLDAPAuthorizationMap ldapAuthorizationMap
protected DtoSimpleAuthorizationMap simpleAuthorizationMap
public DtoAuthorizationPlugin.Map()
public DtoAuthorizationMap getAuthorizationMap()
DtoAuthorizationMap
public void setAuthorizationMap(DtoAuthorizationMap value)
value
- allowed object is
DtoAuthorizationMap
public DtoCachedLDAPAuthorizationMap getCachedLDAPAuthorizationMap()
DtoCachedLDAPAuthorizationMap
public void setCachedLDAPAuthorizationMap(DtoCachedLDAPAuthorizationMap value)
value
- allowed object is
DtoCachedLDAPAuthorizationMap
public DtoLDAPAuthorizationMap getLDAPAuthorizationMap()
DtoLDAPAuthorizationMap
public void setLDAPAuthorizationMap(DtoLDAPAuthorizationMap value)
value
- allowed object is
DtoLDAPAuthorizationMap
public DtoSimpleAuthorizationMap getSimpleAuthorizationMap()
DtoSimpleAuthorizationMap
public void setSimpleAuthorizationMap(DtoSimpleAuthorizationMap value)
value
- allowed object is
DtoSimpleAuthorizationMap
public void setAny(Object value)
value
- allowed object is
Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
Copyright © 2005–2019 FuseSource, Corp.. All rights reserved.