Interface AuthenticatedObject
- All Known Subinterfaces:
Oauth2AuthenticatedPrincipal
- All Known Implementing Classes:
DefaultOauth2AuthenticatedPrincipal
public interface AuthenticatedObject
- Since:
- 2022.1
- Author:
- CJ (power4j@outlook.com)
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of the authenticatedPrincipal. Nevernull.- Returns:
- the name of the authenticated
Principal
-