
com.capitalone.dashboard.model.UserRole Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hygieia-common Show documentation
Show all versions of hygieia-common Show documentation
Core package shared by API layer and Microservices
The newest version!
package com.capitalone.dashboard.model;
public enum UserRole {
ROLE_USER,
ROLE_ADMIN,
ROLE_API
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy