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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends org.springframework.security.core.GrantedAuthority>getName()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.security.core.Authentication
isAuthenticated, setAuthenticated
-
Constructor Details
-
JwtTokenAuthentication
public JwtTokenAuthentication()
-
-
Method Details
-
getAuthorities
- Specified by:
getAuthoritiesin interfaceorg.springframework.security.core.Authentication
-
getCredentials
- Specified by:
getCredentialsin interfaceorg.springframework.security.core.Authentication
-
getDetails
- Specified by:
getDetailsin interfaceorg.springframework.security.core.Authentication
-
getPrincipal
- Specified by:
getPrincipalin interfaceorg.springframework.security.core.Authentication
-
getName
-