Package io.jmix.core.security
Interface AuthenticationResolver
public interface AuthenticationResolver
Strategy for accessing root authentication from wrapped authentication in the current security context.
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.security.core.AuthenticationresolveAuthentication(org.springframework.security.core.Authentication authentication) Resolve root authentication from the authenticationbooleansupports(org.springframework.security.core.Authentication authentication) 
- 
Method Details- 
supportsboolean supports(org.springframework.security.core.Authentication authentication) - Returns:
- true if resolving strategy supports authentication from the current security context
 
- 
resolveAuthenticationorg.springframework.security.core.Authentication resolveAuthentication(org.springframework.security.core.Authentication authentication) Resolve root authentication from the authentication
 
-