|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MissingAttributeDetail
The StatusCode element is a container of
one or more Statuss issuded by authorization authority.
| Method Summary | |
|---|---|
String |
getAttributeId()
Returns the AttributeIds of this object |
List |
getAttributeValues()
Returns the AttributeValues of this object |
String |
getDataType()
Returns the DataTypes of this object |
String |
getIssuer()
Returns the Issuers of this object |
boolean |
isMutable()
Checks if the object is mutable |
void |
makeImmutable()
Makes the object immutable |
void |
setAttributeId(String attributeId)
Sets the AttributeIds of this object |
void |
setAttributeValues(List values)
Sets the AttributeValues of this object |
void |
setDataType(String dataType)
Sets the DataTypes of this object |
void |
setIssuer(String issuer)
Sets the Issuers of this object |
String |
toXMLString()
Returns a string representation |
String |
toXMLString(boolean includeNSPrefix,
boolean declareNS)
Returns a string representation |
| Method Detail |
|---|
List getAttributeValues()
AttributeValues of this object
AttributeValues of this object
void setAttributeValues(List values)
throws XACMLException
AttributeValues of this object
values - the AttributeValues of this object
XACMLException - if the object is immutableString getAttributeId()
AttributeIds of this object
AttributeIds of this object
void setAttributeId(String attributeId)
throws XACMLException
AttributeIds of this object
attributeId - the AttributeIds of this object
XACMLException - if the object is immutableString getDataType()
DataTypes of this object
DataTypes of this object
void setDataType(String dataType)
throws XACMLException
DataTypes of this object
dataType - the DataTypes of this object
XACMLException - if the object is immutableString getIssuer()
Issuers of this object
Issuers of this object
void setIssuer(String issuer)
throws XACMLException
Issuers of this object
issuer - the Issuers of this object
XACMLException - if the object is immutable
String 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 reason
String toXMLString()
throws XACMLException
XACMLException - if conversion fails for any reasonvoid makeImmutable()
boolean isMutable()
true if the object is mutable,
false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||