public class SubjectMatchTypeImplBuilder extends AbstractXACMLObjectBuilder<SubjectMatchType>
SubjectMatchType objects.| Constructor and Description |
|---|
SubjectMatchTypeImplBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SubjectMatchType |
buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
SubjectMatchType |
buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
buildObject, buildObject, buildObject, buildObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildObject, buildObject, buildObject, buildObjectpublic SubjectMatchType buildObject()
buildObject in interface XACMLObjectBuilder<SubjectMatchType>buildObject in class AbstractXACMLObjectBuilder<SubjectMatchType>public SubjectMatchType buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
buildObject in interface XMLObjectBuilder<SubjectMatchType>buildObject in class AbstractXMLObjectBuilder<SubjectMatchType>namespaceURI - the URI of the namespace the Element represented by this XMLObject will be inlocalName - the local name of the Element represented by this XMLObjectnamespacePrefix - the namespace prefix of the Element represented by this XMLObject