public final class OpenIDLoginConfigurer.AttributeExchangeConfigurer extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer
Configures an
OpenIDAttribute |
| Modifier and Type | Method and Description |
|---|---|
OpenIDLoginConfigurer<H> |
and()
Get the
OpenIDLoginConfigurer to customize the OpenID configuration further |
OpenIDLoginConfigurer.AttributeExchangeConfigurer |
attribute(OpenIDAttribute attribute)
Adds an
OpenIDAttribute to be obtained for the configured OpenID pattern. |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
attribute(String name)
Adds an
OpenIDAttribute with the given name |
public OpenIDLoginConfigurer<H> and()
OpenIDLoginConfigurer to customize the OpenID configuration furtherOpenIDLoginConfigurerpublic OpenIDLoginConfigurer.AttributeExchangeConfigurer attribute(OpenIDAttribute attribute)
OpenIDAttribute to be obtained for the configured OpenID pattern.attribute - the OpenIDAttribute to obtainOpenIDLoginConfigurer.AttributeExchangeConfigurer for further customization of attribute exchangepublic OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer attribute(String name)
OpenIDAttribute with the given namename - the name of the OpenIDAttribute to createOpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer to further configure the OpenIDAttribute that should be obtained.