Package io.jans.as.model.config.adminui
Class AdminRole
- java.lang.Object
-
- io.jans.as.model.config.adminui.AdminRole
-
public class AdminRole extends Object
-
-
Constructor Summary
Constructors Constructor Description AdminRole()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Boolean
getDeletable()
String
getDescription()
String
getRole()
int
hashCode()
void
setDeletable(Boolean deletable)
void
setDescription(String description)
void
setRole(String role)
String
toString()
-