org.jboss.security.xacml.core.model.policy
Class SubjectAttributeDesignatorType

java.lang.Object
  extended by org.jboss.security.xacml.core.model.policy.ExpressionType
      extended by org.jboss.security.xacml.core.model.policy.AttributeDesignatorType
          extended by org.jboss.security.xacml.core.model.policy.SubjectAttributeDesignatorType

public class SubjectAttributeDesignatorType
extends AttributeDesignatorType

Java class for SubjectAttributeDesignatorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SubjectAttributeDesignatorType">
   <complexContent>
     <extension base="{urn:oasis:names:tc:xacml:2.0:policy:schema:os}AttributeDesignatorType">
       <attribute name="SubjectCategory" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  String subjectCategory
           
 
Fields inherited from class org.jboss.security.xacml.core.model.policy.AttributeDesignatorType
attributeId, dataType, issuer, mustBePresent
 
Constructor Summary
SubjectAttributeDesignatorType()
           
 
Method Summary
 String getSubjectCategory()
          Gets the value of the subjectCategory property.
 void setSubjectCategory(String value)
          Sets the value of the subjectCategory property.
 
Methods inherited from class org.jboss.security.xacml.core.model.policy.AttributeDesignatorType
getAttributeId, getDataType, getIssuer, isMustBePresent, setAttributeId, setDataType, setIssuer, setMustBePresent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subjectCategory

protected String subjectCategory
Constructor Detail

SubjectAttributeDesignatorType

public SubjectAttributeDesignatorType()
Method Detail

getSubjectCategory

public String getSubjectCategory()
Gets the value of the subjectCategory property.

Returns:
possible object is String

setSubjectCategory

public void setSubjectCategory(String value)
Sets the value of the subjectCategory property.

Parameters:
value - allowed object is String


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.