| java.lang.Object | |
| ↳ | org.springframework.security.openid.RegexBasedAxFetchListFactory | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Iterates through the patterns stored in the map and returns the list of attributes defined for the
 first match. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.security.openid.AxFetchListFactory | |||||||||||
| regexMap | map of regular-expressions (matching the identifier) to attributes which should be fetched for that pattern. | 
|---|
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.
| identifier | the claimed_identity | 
|---|