Package com.sun.identity.xacml.context
Interface MissingAttributeDetail
- All Superinterfaces:
XmlSerializable
The
StatusCode element is a container of
one or more Statuss issuded by authorization authority.-
Method Summary
Modifier and TypeMethodDescriptionReturns theAttributeIds of this objectReturns theAttributeValues of this objectReturns theDataTypes of this objectReturns theIssuers of this objectbooleanChecks if the object is mutablevoidMakes the object immutablevoidsetAttributeId(String attributeId) Sets theAttributeIds of this objectvoidsetAttributeValues(List values) Sets theAttributeValues of this objectvoidsetDataType(String dataType) Sets theDataTypes of this objectvoidSets theIssuers of this objectdefault StringReturns a string representation of this objectdefault StringtoXMLString(boolean includeNSPrefix, boolean declareNS) Returns aStringrepresentation of this objectMethods inherited from interface com.sun.identity.saml2.common.XmlSerializable
toDocumentFragment
-
Method Details
-
getAttributeValues
List getAttributeValues()Returns theAttributeValues of this object- Returns:
- the
AttributeValues of this object
-
setAttributeValues
Sets theAttributeValues of this object- Parameters:
values- theAttributeValues of this object- Throws:
XACMLException- if the object is immutable
-
getAttributeId
String getAttributeId()Returns theAttributeIds of this object- Returns:
- the
AttributeIds of this object
-
setAttributeId
Sets theAttributeIds of this object- Parameters:
attributeId- theAttributeIds of this object- Throws:
XACMLException- if the object is immutable
-
getDataType
String getDataType()Returns theDataTypes of this object- Returns:
- the
DataTypes of this object
-
setDataType
Sets theDataTypes of this object- Parameters:
dataType- theDataTypes of this object- Throws:
XACMLException- if the object is immutable
-
getIssuer
String getIssuer()Returns theIssuers of this object- Returns:
- the
Issuers of this object
-
setIssuer
Sets theIssuers of this object- Parameters:
issuer- theIssuers of this object- Throws:
XACMLException- if the object is immutable
-
toXMLString
Returns aStringrepresentation of this object- Specified by:
toXMLStringin interfaceXmlSerializable- Parameters:
includeNSPrefix- Determines whether or not the namespace qualifier is prepended to the Element when converteddeclareNS- Determines whether or not the namespace is declared within the Element.- Returns:
- a string representation of this object
- Throws:
XACMLException- if conversion fails for any reason
-
toXMLString
Returns a string representation of this object- Specified by:
toXMLStringin interfaceXmlSerializable- Returns:
- a string representation of this object
- Throws:
XACMLException- if conversion fails for any reason
-
makeImmutable
void makeImmutable()Makes the object immutable -
isMutable
boolean isMutable()Checks if the object is mutable- Returns:
trueif the object is mutable,falseotherwise
-