AuthorizationFilter set abstract
This commit is contained in:
@@ -30,7 +30,7 @@ import javax.xml.bind.annotation.XmlType;
|
|||||||
@XmlSeeAlso({
|
@XmlSeeAlso({
|
||||||
AgentFilterType.class
|
AgentFilterType.class
|
||||||
})
|
})
|
||||||
public class AuthorizationFilter {
|
public abstract class AuthorizationFilter {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -62,7 +62,7 @@
|
|||||||
</xsd:element>
|
</xsd:element>
|
||||||
</xsd:sequence>
|
</xsd:sequence>
|
||||||
</xsd:complexType>
|
</xsd:complexType>
|
||||||
<xsd:complexType name="AuthorizationFilter">
|
<xsd:complexType name="AuthorizationFilter" abstract="true">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation>Definiert einen abstrakten Filter um bestimmte spezifische Elemente herauszufiltern</xsd:documentation>
|
<xsd:documentation>Definiert einen abstrakten Filter um bestimmte spezifische Elemente herauszufiltern</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|||||||
Reference in New Issue
Block a user