org.jboss.security.config.jaxb
Class ApplicationPolicy

java.lang.Object
  extended by org.jboss.security.config.jaxb.ApplicationPolicy

public class ApplicationPolicy
extends Object

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">
       <sequence>
         <choice>
           <element ref="{urn:jboss:security-config:5.0}authentication"/>
           <element ref="{urn:jboss:security-config:5.0}authentication-jaspi"/>
         </choice>
         <element ref="{urn:jboss:security-config:5.0}authorization" minOccurs="0"/>
         <element ref="{urn:jboss:security-config:5.0}rolemapping" minOccurs="0"/>
         <element ref="{urn:jboss:security-config:5.0}audit" minOccurs="0"/>
         <element ref="{urn:jboss:security-config:5.0}identity-trust" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="extends" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String _extends
           
protected  AuditInfo audit
           
protected  AuthenticationInfo authentication
           
protected  AuthenticationJaspiInfo authenticationJaspi
           
protected  AuthorizationInfo authorization
           
protected  IdentityTrustInfo identityTrust
           
protected  String name
           
protected  RoleMappingInfo rolemapping
           
 
Constructor Summary
ApplicationPolicy()
           
 
Method Summary
 AuditInfo getAudit()
          Gets the value of the audit property.
 AuthenticationInfo getAuthentication()
          Gets the value of the authentication property.
 AuthenticationJaspiInfo getAuthenticationJaspi()
          Gets the value of the authenticationJaspi property.
 AuthorizationInfo getAuthorization()
          Gets the value of the authorization property.
 String getExtends()
          Gets the value of the extends property.
 IdentityTrustInfo getIdentityTrust()
          Gets the value of the identityTrust property.
 String getName()
          Gets the value of the name property.
 RoleMappingInfo getRolemapping()
          Gets the value of the rolemapping property.
 void setAudit(AuditInfo value)
          Sets the value of the audit property.
 void setAuthentication(AuthenticationInfo value)
          Sets the value of the authentication property.
 void setAuthenticationJaspi(AuthenticationJaspiInfo value)
          Sets the value of the authenticationJaspi property.
 void setAuthorization(AuthorizationInfo value)
          Sets the value of the authorization property.
 void setExtends(String value)
          Sets the value of the extends property.
 void setIdentityTrust(IdentityTrustInfo value)
          Sets the value of the identityTrust property.
 void setName(String value)
          Sets the value of the name property.
 void setRolemapping(RoleMappingInfo value)
          Sets the value of the rolemapping property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authentication

protected AuthenticationInfo authentication

authenticationJaspi

protected AuthenticationJaspiInfo authenticationJaspi

authorization

protected AuthorizationInfo authorization

rolemapping

protected RoleMappingInfo rolemapping

audit

protected AuditInfo audit

identityTrust

protected IdentityTrustInfo identityTrust

name

protected String name

_extends

protected String _extends
Constructor Detail

ApplicationPolicy

public ApplicationPolicy()
Method Detail

getAuthentication

public AuthenticationInfo getAuthentication()
Gets the value of the authentication property.

Returns:
possible object is AuthenticationInfo

setAuthentication

public void setAuthentication(AuthenticationInfo value)
Sets the value of the authentication property.

Parameters:
value - allowed object is AuthenticationInfo

getAuthenticationJaspi

public AuthenticationJaspiInfo getAuthenticationJaspi()
Gets the value of the authenticationJaspi property.

Returns:
possible object is AuthenticationJaspiInfo

setAuthenticationJaspi

public void setAuthenticationJaspi(AuthenticationJaspiInfo value)
Sets the value of the authenticationJaspi property.

Parameters:
value - allowed object is AuthenticationJaspiInfo

getAuthorization

public AuthorizationInfo getAuthorization()
Gets the value of the authorization property.

Returns:
possible object is AuthorizationInfo

setAuthorization

public void setAuthorization(AuthorizationInfo value)
Sets the value of the authorization property.

Parameters:
value - allowed object is AuthorizationInfo

getRolemapping

public RoleMappingInfo getRolemapping()
Gets the value of the rolemapping property.

Returns:
possible object is RoleMappingInfo

setRolemapping

public void setRolemapping(RoleMappingInfo value)
Sets the value of the rolemapping property.

Parameters:
value - allowed object is RoleMappingInfo

getAudit

public AuditInfo getAudit()
Gets the value of the audit property.

Returns:
possible object is AuditInfo

setAudit

public void setAudit(AuditInfo value)
Sets the value of the audit property.

Parameters:
value - allowed object is AuditInfo

getIdentityTrust

public IdentityTrustInfo getIdentityTrust()
Gets the value of the identityTrust property.

Returns:
possible object is IdentityTrustInfo

setIdentityTrust

public void setIdentityTrust(IdentityTrustInfo value)
Sets the value of the identityTrust property.

Parameters:
value - allowed object is IdentityTrustInfo

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getExtends

public String getExtends()
Gets the value of the extends property.

Returns:
possible object is String

setExtends

public void setExtends(String value)
Sets the value of the extends property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss Inc.. All Rights Reserved.