Klasse GroupMapping.GroupMappingBuilder

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GroupMapping.GroupMappingBuilder
Umschließende Klasse:
GroupMapping

public static class GroupMapping.GroupMappingBuilder extends Object
  • Methodendetails

    • attributeToGroupMap

      public GroupMapping.GroupMappingBuilder 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.GroupMappingBuilder 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.
    • build

      public GroupMapping build()
    • toString

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