Class TimePolicyRepresentation
java.lang.Object
org.keycloak.representations.idm.authorization.AbstractPolicyRepresentation
org.keycloak.representations.idm.authorization.TimePolicyRepresentation
- Author:
- Pedro Igor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetHour()
getMonth()
getType()
getYear()
void
setDayMonth
(String dayMonth) void
setDayMonthEnd
(String dayMonthEnd) void
void
setHourEnd
(String hourEnd) void
void
setMinuteEnd
(String minuteEnd) void
void
setMonthEnd
(String monthEnd) void
setNotBefore
(String notBefore) void
setNotOnOrAfter
(String notOnOrAfter) void
void
setYearEnd
(String yearEnd) Methods inherited from class org.keycloak.representations.idm.authorization.AbstractPolicyRepresentation
addPolicy, addResource, addScope, equals, getDecisionStrategy, getDescription, getId, getLogic, getName, getOwner, getPolicies, getResources, getResourcesData, getScopes, getScopesData, hashCode, removePolicy, removeScope, setDecisionStrategy, setDescription, setId, setLogic, setName, setOwner, setPolicies, setResources, setResourcesData, setScopes, setScopesData, setType
-
Constructor Details
-
TimePolicyRepresentation
public TimePolicyRepresentation()
-
-
Method Details
-
getType
- Overrides:
getType
in classAbstractPolicyRepresentation
-
getNotBefore
-
setNotBefore
-
getNotOnOrAfter
-
setNotOnOrAfter
-
getDayMonth
-
setDayMonth
-
getDayMonthEnd
-
setDayMonthEnd
-
getMonth
-
setMonth
-
getMonthEnd
-
setMonthEnd
-
getYear
-
setYear
-
getYearEnd
-
setYearEnd
-
getHour
-
setHour
-
getHourEnd
-
setHourEnd
-
getMinute
-
setMinute
-
getMinuteEnd
-
setMinuteEnd
-