Class TMAPIAuthenticationDetails
java.lang.Object
org.springframework.security.web.authentication.WebAuthenticationDetails
nl.b3p.planmonitorwonen.api.security.TMAPIAuthenticationDetails
- All Implemented Interfaces:
Serializable
,org.springframework.security.core.authority.GrantedAuthoritiesContainer
public class TMAPIAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails
implements org.springframework.security.core.authority.GrantedAuthoritiesContainer
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends org.springframework.security.core.GrantedAuthority>
Methods inherited from class org.springframework.security.web.authentication.WebAuthenticationDetails
equals, getRemoteAddress, getSessionId, hashCode, toString
-
Constructor Details
-
TMAPIAuthenticationDetails
public TMAPIAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request)
-
-
Method Details
-
getGrantedAuthorities
public Collection<? extends org.springframework.security.core.GrantedAuthority> getGrantedAuthorities()- Specified by:
getGrantedAuthorities
in interfaceorg.springframework.security.core.authority.GrantedAuthoritiesContainer
-