Class UserTypeAuthPolicyUpdateEvent

java.lang.Object
overit.geocall.bl.GenericEvent<Void>
overit.geocall.bl.BusinessEvent<Void>
overit.geocall.basic.bl.usertype.event.UserTypeAuthPolicyUpdateEvent

public class UserTypeAuthPolicyUpdateEvent extends BusinessEvent<Void>
Event that will be called to update the user type's resources authorization policy.
Since:
9.2
GCApi:
event
Reactors:
BTUserTypeAuthPolicyUpdateLog(0), BTUserTypeAuthPolicyUpdate(0)
No Spouts
  • Field Details

    • userTypeId

      protected long userTypeId
    • authPolicy

      protected String authPolicy
  • Constructor Details

    • UserTypeAuthPolicyUpdateEvent

      public UserTypeAuthPolicyUpdateEvent(long userTypeId, String authPolicy)
      Create a new event that will be called to get the user type's resources authorization policy.
      Parameters:
      userTypeId - The id of the user type
      authPolicy - The resources authorization policy of the user type
  • Method Details

    • getUserTypeId

      public long getUserTypeId()
      Returns the id of the user type that will be updated
      Returns:
      the id of the user type that will be updated
    • getAuthPolicy

      public String getAuthPolicy()
      Returns the resources authorization policy of the user type that will be updated
      Returns:
      the resources authorization policy of the user type that will be updated