Package io.jans.configapi.core.protect
Class Condition
- java.lang.Object
-
- io.jans.configapi.core.protect.Condition
-
public class Condition extends Object
-
-
Constructor Summary
Constructors Constructor Description Condition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Scope>getGroupScopes()List<String>getHttpMethods()List<Scope>getScopes()List<Scope>getSuperScopes()voidsetGroupScopes(List<Scope> groupScopes)voidsetHttpMethods(List<String> httpMethods)voidsetScopes(List<Scope> scopes)voidsetSuperScopes(List<Scope> superScopes)StringtoString()
-