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

    Constructors
    Constructor
    Description
    TMAPIAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Collection<? extends org.springframework.security.core.GrantedAuthority>
     

    Methods inherited from class org.springframework.security.web.authentication.WebAuthenticationDetails

    equals, getRemoteAddress, getSessionId, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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 interface org.springframework.security.core.authority.GrantedAuthoritiesContainer