Class AccessRequest

java.lang.Object
swiss.trustbroker.federation.xmlconfig.AccessRequest
All Implemented Interfaces:
Serializable

public class AccessRequest extends Object implements Serializable
This class describes the configuration of the AccessRequest for an RP.
See Also:
  • Constructor Details

    • AccessRequest

      public AccessRequest()
    • AccessRequest

      public AccessRequest(Boolean enabled, AuthorizedApplications authorizedApplications)
      Creates a new AccessRequest instance.
      Parameters:
      enabled - Enable this configuration.
      authorizedApplications - Authorized applications for the AccessRequest.
  • Method Details

    • enabled

      public boolean enabled()
    • getAllTriggerRoles

      public Map<String,String> getAllTriggerRoles()
    • builder

      public static AccessRequest.AccessRequestBuilder builder()
    • getEnabled

      public Boolean getEnabled()
      Enable this configuration.
    • getAuthorizedApplications

      public AuthorizedApplications getAuthorizedApplications()
      Authorized applications for the AccessRequest.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Enable this configuration.
    • setAuthorizedApplications

      public void setAuthorizedApplications(AuthorizedApplications authorizedApplications)
      Authorized applications for the AccessRequest.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object