Class JWSAuthentication
- java.lang.Object
-
- org.springframework.security.authentication.AbstractAuthenticationToken
-
- org.activiti.cloud.services.notifications.qraphql.ws.security.JWSAuthentication
-
- All Implemented Interfaces:
Serializable,Principal,org.springframework.security.core.Authentication,org.springframework.security.core.CredentialsContainer
public class JWSAuthentication extends org.springframework.security.authentication.AbstractAuthenticationToken implements org.springframework.security.core.Authentication- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JWSAuthentication(String token)JWSAuthentication(String token, org.springframework.security.core.userdetails.User principal, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetCredentials()ObjectgetPrincipal()-
Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
JWSAuthentication
public JWSAuthentication(String token)
-
JWSAuthentication
public JWSAuthentication(String token, org.springframework.security.core.userdetails.User principal, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
-
-