public class IdPRequestedAttribute extends IdPAttribute
| Modifier and Type | Field and Description |
|---|---|
private boolean |
isRequired
Is this attribute required.
|
| Constructor and Description |
|---|
IdPRequestedAttribute(String attributeId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsRequired()
Is this attribute marked as required.
|
void |
setRequired(boolean required)
Set whether this attribute is to be marked as required.
|
clone, compareTo, equals, getDisplayDescriptions, getDisplayNames, getEncoders, getId, getValues, hashCode, setDisplayDescriptions, setDisplayNames, setEncoders, setValues, toStringpublic IdPRequestedAttribute(@ParameterName(name="attributeId") String attributeId)
attributeId - the idCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.