Package io.tech1.framework.domain.base
Interface AbstractAuthority
-
public interface AbstractAuthority
-
-
Field Summary
Fields Modifier and Type Field Description static StringINVITATION_CODE_READstatic StringINVITATION_CODE_WRITEstatic StringSUPER_ADMIN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetValue()
-
-
-
Field Detail
-
SUPER_ADMIN
static final String SUPER_ADMIN
- See Also:
- Constant Field Values
-
INVITATION_CODE_READ
static final String INVITATION_CODE_READ
- See Also:
- Constant Field Values
-
INVITATION_CODE_WRITE
static final String INVITATION_CODE_WRITE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getValue
String getValue()
-
-