
com.github.saphyra.authservice.domain.Role Maven / Gradle / Ivy
package com.github.saphyra.authservice.domain;
public enum Role {
ADMIN, USER, VISITOR
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.github.saphyra.authservice.domain;
public enum Role {
ADMIN, USER, VISITOR
}