PrincipalResolver

Maps a Spring Security Authentication to a framework-neutral IhawuPrincipal.

The starter's seam for identity: provide your own bean to override the default (IhawuPrincipalResolver) - e.g. to read OIDC/JWT claims.

Inheritors

Functions

Link copied to clipboard
abstract fun resolve(authentication: Authentication): IhawuPrincipal?