Interface AppIdUserIdMechanism

All Known Implementing Classes:
IpAddressUserId, MacAddressUserId, StaticUserId
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated @FunctionalInterface public interface AppIdUserIdMechanism
Deprecated.
since 2.2. Use AppRoleAuthentication.
Interface to obtain a UserId for AppId authentication. Implementations are used by AppIdAuthentication.
Author:
Mark Paluch
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Create a UserId for AppId authentication.
  • Method Details

    • createUserId

      String createUserId()
      Deprecated.
      Create a UserId for AppId authentication.
      Returns:
      the UserId.