org.apache.cxf.configuration.security.ProxyAuthorizationPolicy Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.10-b140310.1920
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.02.11 at 07:31:05 PM EST
//
package org.apache.cxf.configuration.security;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Java class for ProxyAuthorizationPolicy complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="ProxyAuthorizationPolicy">
* <complexContent>
* <extension base="{http://cxf.apache.org/configuration/security}AuthorizationPolicy">
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "ProxyAuthorizationPolicy", namespace = "http://cxf.apache.org/configuration/security")
public class ProxyAuthorizationPolicy
extends AuthorizationPolicy
{
}