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 public interface OpenIdUserNameExtractorExtract the userid for OpenID protocol.- Since:
- 3.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringextractLocalUsernameFromUri(java.lang.String uri)Extract local username from uri.
-