java.lang.Object
com.xebialabs.deployit.plumbing.authentication.InternalUser
All Implemented Interfaces:
Serializable, org.springframework.security.core.AuthenticatedPrincipal

public class InternalUser extends Object implements org.springframework.security.core.AuthenticatedPrincipal, Serializable
A representation of a user Principal that is registered with an Internal Release Provider.
See Also:
  • Constructor Details

    • InternalUser

      public InternalUser(String username)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getName

      public String getName()
      Specified by:
      getName in interface org.springframework.security.core.AuthenticatedPrincipal