java.lang.Object
io.github.astrapi69.test.object.factory.TestAuthFactory

public final class TestAuthFactory extends Object
The class TestAuthFactory generates classes in the auth package
  • Method Details

    • newAccessRight

      public static AccessRight newAccessRight()
      Factory method for create a new AccessRight object
      Returns:
      the new created AccessRight object
    • newRole

      public static Role newRole()
      Factory method for create a new Role object
      Returns:
      the new created Role object
    • newRoles

      public static Roles newRoles()
      Factory method for create a new Roles object
      Returns:
      the new created Roles object
    • newSignin

      public static Signin newSignin()
      Factory method for create a new Signin object
      Returns:
      the new created Signin object