Class JwtTokenAuthentication

java.lang.Object
com.cumulocity.microservice.security.token.JwtTokenAuthentication
All Implemented Interfaces:
Serializable, Principal, org.springframework.security.core.Authentication

public class JwtTokenAuthentication extends Object implements org.springframework.security.core.Authentication
See Also:
  • Constructor Details

    • JwtTokenAuthentication

      public JwtTokenAuthentication()
  • Method Details

    • getAuthorities

      public Collection<? extends org.springframework.security.core.GrantedAuthority> getAuthorities()
      Specified by:
      getAuthorities in interface org.springframework.security.core.Authentication
    • getCredentials

      public JwtCredentials getCredentials()
      Specified by:
      getCredentials in interface org.springframework.security.core.Authentication
    • getDetails

      public Object getDetails()
      Specified by:
      getDetails in interface org.springframework.security.core.Authentication
    • getPrincipal

      public Object getPrincipal()
      Specified by:
      getPrincipal in interface org.springframework.security.core.Authentication
    • getName

      public String getName()
      Specified by:
      getName in interface Principal