ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / application / JwtConfiguration / <init>

<init>

JwtConfiguration(useRoleProtection: Boolean = true, rolesKey: String = "roles", roleAdmin: String = "activeanno_admin", roleManager: String = "activeanno_manager", roleUser: String = "activeanno_user", roleProducer: String = "activeanno_producer", roleConsumer: String = "activeanno_consumer", roleGlobalSearch: String = "activeanno_global_search", userIdentifierKey: String = "sub", userNameKey: String = "name", validation: JwtValidation)

Data class representing the JTW configuration