public final class OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer extends Object
OpenIDAttribute| Modifier and Type | Method and Description |
|---|---|
OpenIDLoginConfigurer.AttributeExchangeConfigurer |
and()
Gets the
OpenIDLoginConfigurer.AttributeExchangeConfigurer for further customization of
the attributes |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
count(int count)
Specifies the number of attribute values to request.
|
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
required(boolean required)
Specifies that this attribute is required.
|
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
type(String type)
The OpenID attribute type.
|
public OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer count(int count)
count - the number of attributes to request.OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer for further customizationpublic OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer required(boolean required)
false. Note that as outlined in the OpenID specification,
required attributes are not validated by the OpenID Provider. Developers
should perform any validation in custom code.required - specifies the attribute is requiredOpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer for further customizationpublic OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer type(String type)
type - public OpenIDLoginConfigurer.AttributeExchangeConfigurer and()
OpenIDLoginConfigurer.AttributeExchangeConfigurer for further customization of
the attributes