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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddClientIdsItem(String clientIdsItem) booleanList of OIDC client IDs where this group (matched by OIDC role name) was received from.@NotNull @Valid Map<String, OffsetDateTime> Timestamp of the last time this group was seen in an OIDC token of the client ID.inthashCode()lastSeenByClientId(Map<String, OffsetDateTime> lastSeenByClientId) putLastSeenByClientIdItem(String key, OffsetDateTime lastSeenByClientIdItem) voidsetClientIds(Set<String> clientIds) voidsetLastSeenByClientId(Map<String, OffsetDateTime> lastSeenByClientId) toString() 
- 
Constructor Details
- 
GroupOidcInfo
public GroupOidcInfo() 
 - 
 - 
Method Details
- 
clientIds
 - 
addClientIdsItem
 - 
getClientIds
List of OIDC client IDs where this group (matched by OIDC role name) was received from.- Returns:
 - clientIds
 
 - 
setClientIds
 - 
lastSeenByClientId
 - 
putLastSeenByClientIdItem
 - 
getLastSeenByClientId
Timestamp of the last time this group was seen in an OIDC token of the client ID.- Returns:
 - lastSeenByClientId
 
 - 
setLastSeenByClientId
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -