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 OpenIdUserNameExtractor
    Deprecated.
    6.2
    Extract the userid for OpenID protocol.
    Since:
    3.1
    • Method Detail

      • extractLocalUsernameFromUri

        java.lang.String extractLocalUsernameFromUri​(java.lang.String uri)
        Deprecated.
        Extract local username from uri.
        Parameters:
        uri - the uri
        Returns:
        the username