Class ProjectSynchronizationAuthenticationToken

  • All Implemented Interfaces:
    java.io.Serializable, java.security.Principal, org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer

    public class ProjectSynchronizationAuthenticationToken
    extends org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken
    An authentication token used to identify when an action is being taken during project synchronization.
    See Also:
    ProjectSynchronizationService, Serialized Form
    • Method Summary

      • Methods inherited from class org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken

        getCredentials, getPrincipal
      • 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
      • Methods inherited from interface java.security.Principal

        implies
    • Constructor Detail

      • ProjectSynchronizationAuthenticationToken

        public ProjectSynchronizationAuthenticationToken​(User user)
        Create a new ProjectSynchronizationAuthenticationToken for a given User.
        Parameters:
        user - the User to set in the auth token