Class RepoUser

  • All Implemented Interfaces:
    com.xebialabs.deployit.security.User

    public class RepoUser
    extends java.lang.Object
    implements com.xebialabs.deployit.security.User
    • Constructor Summary

      Constructors 
      Constructor Description
      RepoUser​(java.lang.String username, boolean isAdmin)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUsername()  
      boolean isAdmin()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RepoUser

        public RepoUser​(java.lang.String username,
                        boolean isAdmin)
    • Method Detail

      • getUsername

        public java.lang.String getUsername()
        Specified by:
        getUsername in interface com.xebialabs.deployit.security.User
      • isAdmin

        public boolean isAdmin()
        Specified by:
        isAdmin in interface com.xebialabs.deployit.security.User