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(since="2.2", forRemoval=true) @FunctionalInterface public interface AppIdUserIdMechanism
Deprecated, for removal: This API element is subject to removal in a future version.
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, for removal: This API element is subject to removal in a future version.
    Create a UserId for AppId authentication.
  • Method Details

    • createUserId

      String createUserId()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Create a UserId for AppId authentication.
      Returns:
      the UserId.