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()
void
setGroupScopes(List<Scope> groupScopes)
void
setHttpMethods(List<String> httpMethods)
void
setScopes(List<Scope> scopes)
void
setSuperScopes(List<Scope> superScopes)
String
toString()
-