Class TestAuthFactory
java.lang.Object
io.github.astrapi69.test.object.factory.TestAuthFactory
The class
TestAuthFactory
generates classes in the auth package-
Method Summary
Modifier and TypeMethodDescriptionstatic AccessRight
Factory method for create a newAccessRight
objectstatic Role
newRole()
Factory method for create a newRole
objectstatic Roles
newRoles()
Factory method for create a newRoles
objectstatic Signin
Factory method for create a newSignin
object
-
Method Details
-
newAccessRight
Factory method for create a newAccessRight
object- Returns:
- the new created
AccessRight
object
-
newRole
Factory method for create a newRole
object- Returns:
- the new created
Role
object
-
newRoles
Factory method for create a newRoles
object- Returns:
- the new created
Roles
object
-
newSignin
Factory method for create a newSignin
object- Returns:
- the new created
Signin
object
-