Interface OpenIdUserNameExtractor
-
- All Known Implementing Classes:
DefaultOpenIdUserNameExtractor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface @Deprecated(since="6.2.0") public interface OpenIdUserNameExtractorDeprecated.6.2Extract the userid for OpenID protocol.- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringextractLocalUsernameFromUri(java.lang.String uri)Deprecated.Extract local username from uri.
-