Package io.jans.configapi.core.protect
Class RsResource
- java.lang.Object
-
- io.jans.configapi.core.protect.RsResource
-
- All Implemented Interfaces:
Serializable
public class RsResource extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RsResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Condition>
getConditionMap()
List<Condition>
getConditions()
Integer
getExp()
Integer
getIat()
String
getPath()
List<Scope>
scopes(String httpMethod)
void
setConditions(List<Condition> conditions)
void
setExp(Integer exp)
void
setIat(Integer iat)
void
setPath(String path)
String
toString()
-