java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GroupMapping

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class GroupMapping extends Object
GroupMapping
  • Felddetails

    • attributeToGroupMap

      protected Map<String,String> attributeToGroupMap
      Specifies list the attribute values from SAML assertion to be used mapping APIGateway group.
    • groupAttributes

      protected Set<String> groupAttributes
      Specifies list the attribute from SAML assertion.The value of these attributes will be used in mapping the group in APIGateway.
  • Konstruktordetails

    • GroupMapping

      @Internal public GroupMapping(Consumer<GroupMapping> spec)
      Constructs a validated implementation of GroupMapping.
      Parameter:
      spec - the specification to process
    • GroupMapping

      public GroupMapping(Map<String,String> attributeToGroupMap, Set<String> groupAttributes)
    • GroupMapping

      protected GroupMapping()
  • Methodendetails

    • attributeToGroupMap

      public Map<String,String> attributeToGroupMap()
      Specifies list the attribute values from SAML assertion to be used mapping APIGateway group.
    • groupAttributes

      public Set<String> groupAttributes()
      Specifies list the attribute from SAML assertion.The value of these attributes will be used in mapping the group in APIGateway.
    • attributeToGroupMap

      public GroupMapping attributeToGroupMap(Map<String,String> attributeToGroupMap)
      Specifies list the attribute values from SAML assertion to be used mapping APIGateway group.
      Gibt zurück:
      this.
    • groupAttributes

      public GroupMapping groupAttributes(Set<String> groupAttributes)
      Specifies list the attribute from SAML assertion.The value of these attributes will be used in mapping the group in APIGateway.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object