All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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