Interface AuthScope.Builder

  • Method Details

    • securityProfileIds

      AuthScope.Builder securityProfileIds(Collection<String> securityProfileIds)

      The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.

      Parameters:
      securityProfileIds - The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityProfileIds

      AuthScope.Builder securityProfileIds(String... securityProfileIds)

      The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.

      Parameters:
      securityProfileIds - The list of security profile identifiers to scope the session to. Maximum of 10 security profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityType

      AuthScope.Builder entityType(String entityType)

      The type of entity to scope the session to.

      Parameters:
      entityType - The type of entity to scope the session to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entityType

      AuthScope.Builder entityType(AuthCodeEntityType entityType)

      The type of entity to scope the session to.

      Parameters:
      entityType - The type of entity to scope the session to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • entityId

      AuthScope.Builder entityId(String entityId)

      The identifier of the entity to scope the session to.

      Parameters:
      entityId - The identifier of the entity to scope the session to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domainName

      AuthScope.Builder domainName(String domainName)

      The name of the Customer Profiles domain to scope the session to.

      Parameters:
      domainName - The name of the Customer Profiles domain to scope the session to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.