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 Details

  • Constructor Details

    • PushNotBeforeAction

      public PushNotBeforeAction()
    • PushNotBeforeAction

      public PushNotBeforeAction(String id, int expiration, String resource, int notBefore)
  • Method Details

    • getNotBefore

      public int getNotBefore()
    • setNotBefore

      public void setNotBefore(int notBefore)
    • validate

      public boolean validate()
      Specified by:
      validate in class AdminAction