Class PushNotBeforeAction
java.lang.Object
org.keycloak.representations.adapters.action.AdminAction
org.keycloak.representations.adapters.action.PushNotBeforeAction
- All Implemented Interfaces:
 Token
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Field Summary
FieldsFields inherited from class org.keycloak.representations.adapters.action.AdminAction
action, expiration, id, resource - 
Constructor Summary
ConstructorsConstructorDescriptionPushNotBeforeAction(String id, int expiration, String resource, int notBefore)  - 
Method Summary
Methods inherited from class org.keycloak.representations.adapters.action.AdminAction
getAction, getCategory, getExpiration, getId, getResource, isExpired, setAction, setExpiration, setId, setResource 
- 
Field Details
- 
PUSH_NOT_BEFORE
- See Also:
 
 - 
notBefore
protected int notBefore 
 - 
 - 
Constructor Details
- 
PushNotBeforeAction
public PushNotBeforeAction() - 
PushNotBeforeAction
 
 - 
 - 
Method Details
- 
getNotBefore
public int getNotBefore() - 
setNotBefore
public void setNotBefore(int notBefore)  - 
validate
public boolean validate()- Specified by:
 validatein classAdminAction
 
 -