Interface AuthenticatedObject

All Known Subinterfaces:
Oauth2AuthenticatedPrincipal
All Known Implementing Classes:
DefaultOauth2AuthenticatedPrincipal

public interface AuthenticatedObject
Since:
2022.1
Author:
CJ (power4j@outlook.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the authenticated Principal.
  • Method Details

    • getName

      String getName()
      Returns the name of the authenticated Principal. Never null.
      Returns:
      the name of the authenticated Principal