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>
Modifier and Type | Field and Description |
---|---|
protected String |
subjectCategory |
attributeId, dataType, issuer, mustBePresent
Constructor and Description |
---|
SubjectAttributeDesignatorType() |
Modifier and Type | Method and Description |
---|---|
String |
getSubjectCategory()
Gets the value of the subjectCategory property.
|
void |
setSubjectCategory(String value)
Sets the value of the subjectCategory property.
|
getAttributeId, getDataType, getIssuer, isMustBePresent, setAttributeId, setDataType, setIssuer, setMustBePresent
Copyright © 2023 JBoss by Red Hat. All rights reserved.