Class GroupOidcInfo

java.lang.Object
org.tailormap.api.persistence.json.GroupOidcInfo
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", comments="Generator version: 7.17.0") public class GroupOidcInfo extends Object implements Serializable
GroupOidcInfo
See Also:
  • Constructor Details

    • GroupOidcInfo

      public GroupOidcInfo()
  • Method Details

    • clientIds

      public GroupOidcInfo clientIds(Set<String> clientIds)
    • addClientIdsItem

      public GroupOidcInfo addClientIdsItem(String clientIdsItem)
    • getClientIds

      @NotNull public @NotNull Set<String> getClientIds()
      List of OIDC client IDs where this group (matched by OIDC role name) was received from.
      Returns:
      clientIds
    • setClientIds

      public void setClientIds(Set<String> clientIds)
    • lastSeenByClientId

      public GroupOidcInfo lastSeenByClientId(Map<String,OffsetDateTime> lastSeenByClientId)
    • putLastSeenByClientIdItem

      public GroupOidcInfo putLastSeenByClientIdItem(String key, OffsetDateTime lastSeenByClientIdItem)
    • getLastSeenByClientId

      @NotNull @Valid public @NotNull @Valid Map<String,OffsetDateTime> getLastSeenByClientId()
      Timestamp of the last time this group was seen in an OIDC token of the client ID.
      Returns:
      lastSeenByClientId
    • setLastSeenByClientId

      public void setLastSeenByClientId(Map<String,OffsetDateTime> lastSeenByClientId)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object