
com.github.saphyra.authservice.auth.domain.AccessStatus Maven / Gradle / Ivy
package com.github.saphyra.authservice.auth.domain;
import lombok.RequiredArgsConstructor;
@RequiredArgsConstructor
public enum AccessStatus {
GRANTED,
UNAUTHORIZED,
FORBIDDEN;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy