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

com.arextest.common.enums.AuthRejectStrategy Maven / Gradle / Ivy

There is a newer version: 0.2.6
Show newest version
package com.arextest.common.enums;

/**
 * How to handle authentication failures.
 * @author wildeslam.
 * @create 2023/10/9 15:59
 */
public enum AuthRejectStrategy {
    FAIL_RESPONSE,
    DOWNGRADE,
    ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy