public class ConsentServlet.DisplayAttribute extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
description
The description of the attribute.
|
private String |
name
The name of the attribute.
|
private Collection<?> |
values
The values of the attribute.
|
| Constructor and Description |
|---|
ConsentServlet.DisplayAttribute(net.shibboleth.idp.attribute.IdPAttribute attribute,
Locale locale)
Constructs a display attribute from an attribute and defined locale.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getName()
Gets the name.
|
Collection<?> |
getValues()
Gets the values.
|
private final String name
private final String description
private final Collection<?> values
public ConsentServlet.DisplayAttribute(net.shibboleth.idp.attribute.IdPAttribute attribute,
Locale locale)
attribute - The attribute.locale - The locale.public String getName()
public String getDescription()
public Collection<?> getValues()
Copyright © 1999–2014. All rights reserved.