Class ClaimsProviderMappings

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

public class ClaimsProviderMappings extends Object implements Serializable
List of CPs mappings for an RP.
See Also:
  • Constructor Details

    • ClaimsProviderMappings

      public ClaimsProviderMappings()
    • ClaimsProviderMappings

      public ClaimsProviderMappings(Boolean enabled, String definition, List<ClaimsProvider> claimsProviderList)
      Creates a new ClaimsProviderMappings instance.
      Parameters:
      enabled - Allow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setup
      definition - Define a CLaimsProviderMappings.xml definition/profile
      claimsProviderList - List of CP mappings.
      Since:
      1.9.0, 1.10.0
  • Method Details

    • builder

    • getEnabled

      public Boolean getEnabled()
      Allow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setup
      Since:
      1.9.0
    • getDefinition

      public String getDefinition()
      Define a CLaimsProviderMappings.xml definition/profile
      Since:
      1.10.0
    • getClaimsProviderList

      public List<ClaimsProvider> getClaimsProviderList()
      List of CP mappings.
    • setEnabled

      public void setEnabled(Boolean enabled)
      Allow pre-configuration of ClaimsProviderMappings in profiles without considering the RP setup
      Since:
      1.9.0
    • setDefinition

      public void setDefinition(String definition)
      Define a CLaimsProviderMappings.xml definition/profile
      Since:
      1.10.0
    • setClaimsProviderList

      public void setClaimsProviderList(List<ClaimsProvider> claimsProviderList)
      List of CP mappings.
    • 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