Package | Description |
---|---|
org.springframework.security.config.annotation.web.configurers.openid |
Modifier and Type | Method and Description |
---|---|
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.attribute(String name)
Adds an
OpenIDAttribute with the given name |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer.count(int count)
Specifies the number of attribute values to request.
|
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer.required(boolean required)
Specifies that this attribute is required.
|
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer |
OpenIDLoginConfigurer.AttributeExchangeConfigurer.AttributeConfigurer.type(String type)
The OpenID attribute type.
|
Copyright © 2019. All rights reserved.