Class PushNotBeforeAction
- java.lang.Object
- 
- org.keycloak.representations.adapters.action.AdminAction
- 
- org.keycloak.representations.adapters.action.PushNotBeforeAction
 
 
- 
- All Implemented Interfaces:
- Token
 
 public class PushNotBeforeAction extends AdminAction - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected intnotBeforestatic StringPUSH_NOT_BEFORE- 
Fields inherited from class org.keycloak.representations.adapters.action.AdminActionaction, expiration, id, resource
 
- 
 - 
Constructor SummaryConstructors Constructor Description PushNotBeforeAction()PushNotBeforeAction(String id, int expiration, String resource, int notBefore)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNotBefore()voidsetNotBefore(int notBefore)booleanvalidate()- 
Methods inherited from class org.keycloak.representations.adapters.action.AdminActiongetAction, getCategory, getExpiration, getId, getResource, isExpired, setAction, setExpiration, setId, setResource
 
- 
 
- 
- 
- 
Field Detail- 
PUSH_NOT_BEFOREpublic static final String PUSH_NOT_BEFORE - See Also:
- Constant Field Values
 
 - 
notBeforeprotected int notBefore 
 
- 
 - 
Method Detail- 
getNotBeforepublic int getNotBefore() 
 - 
setNotBeforepublic void setNotBefore(int notBefore) 
 - 
validatepublic boolean validate() - Specified by:
- validatein class- AdminAction
 
 
- 
 
-