public interface OpenIdRequestedAttribute
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Name that identifies this requested attribute.
|
Integer |
getCount()
Indicates the maximum number of values to be returned by the provider;
must be at least 1.
|
String |
getTypeUri()
Attribute type identifier.
|
boolean |
isRequired()
Indicates whether the attribute is required.
|
String getAlias()
String getTypeUri()
boolean isRequired()
Integer getCount()
Copyright © 2013 Seam Framework. All Rights Reserved.