public interface MissingAttributeDetail
StatusCode
element is a container of
one or more Status
s issuded by authorization authority.Modifier and Type | Method and Description |
---|---|
String |
getAttributeId()
Returns the
AttributeId s of this object |
List |
getAttributeValues()
Returns the
AttributeValue s of this object |
String |
getDataType()
Returns the
DataType s of this object |
String |
getIssuer()
Returns the
Issuer s of this object |
boolean |
isMutable()
Checks if the object is mutable
|
void |
makeImmutable()
Makes the object immutable
|
void |
setAttributeId(String attributeId)
Sets the
AttributeId s of this object |
void |
setAttributeValues(List values)
Sets the
AttributeValue s of this object |
void |
setDataType(String dataType)
Sets the
DataType s of this object |
void |
setIssuer(String issuer)
Sets the
Issuer s of this object |
String |
toXMLString()
Returns a string representation
|
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a string representation
|
List getAttributeValues()
AttributeValue
s of this objectAttributeValue
s of this objectvoid setAttributeValues(List values) throws XACMLException
AttributeValue
s of this objectvalues
- the AttributeValue
s of this objectXACMLException
- if the object is immutableString getAttributeId()
AttributeId
s of this objectAttributeId
s of this objectvoid setAttributeId(String attributeId) throws XACMLException
AttributeId
s of this objectattributeId
- the AttributeId
s of this objectXACMLException
- if the object is immutableString getDataType()
DataType
s of this objectDataType
s of this objectvoid setDataType(String dataType) throws XACMLException
DataType
s of this objectdataType
- the DataType
s of this objectXACMLException
- if the object is immutableString getIssuer()
Issuer
s of this objectIssuer
s of this objectvoid setIssuer(String issuer) throws XACMLException
Issuer
s of this objectissuer
- the Issuer
s of this objectXACMLException
- if the object is immutableString toXMLString(boolean includeNSPrefix, boolean declareNS) throws XACMLException
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.XACMLException
- if conversion fails for any reasonString toXMLString() throws XACMLException
XACMLException
- if conversion fails for any reasonvoid makeImmutable()
boolean isMutable()
true
if the object is mutable,
false
otherwiseCopyright © 2010-2018, ForgeRock All Rights Reserved.