Class RegexBasedAxFetchListFactory
java.lang.Object
org.springframework.security.openid.RegexBasedAxFetchListFactory
- All Implemented Interfaces:
AxFetchListFactory
Deprecated.
- Since:
- 3.1
-
Constructor Summary
ConstructorsConstructorDescriptionRegexBasedAxFetchListFactory
(Map<String, List<OpenIDAttribute>> regexMap) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptioncreateAttributeList
(String identifier) Deprecated.Iterates through the patterns stored in the map and returns the list of attributes defined for the first match.
-
Constructor Details
-
RegexBasedAxFetchListFactory
Deprecated.- Parameters:
regexMap
- map of regular-expressions (matching the identifier) to attributes which should be fetched for that pattern.
-
-
Method Details
-
createAttributeList
Deprecated.Iterates through the patterns stored in the map and returns the list of attributes defined for the first match. If no match is found, returns an empty list.- Specified by:
createAttributeList
in interfaceAxFetchListFactory
- Parameters:
identifier
- the claimed_identity- Returns:
- the attributes to fetch for this identifier
-
spring-security-oauth2
.