Package co.arago.hiro.client.model.token
Class DecodedToken.Data
- java.lang.Object
-
- co.arago.hiro.client.model.HiroJsonMap
-
- co.arago.hiro.client.model.token.DecodedToken.Data
-
- All Implemented Interfaces:
JsonMessage,ToMap,java.io.Serializable
- Enclosing class:
- DecodedToken
public static class DecodedToken.Data extends HiroJsonMap
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Stringapplicationjava.lang.LongcreatedOnjava.lang.StringdefaultScopejava.lang.StringdefaultTeamjava.lang.LongexpiresAtjava.lang.Stringidentityjava.lang.StringidentityIdjava.lang.Stringorganizationjava.util.List<java.lang.String>organizationsjava.util.Map<java.lang.String,java.lang.Object>parametersjava.util.List<java.lang.String>teams-
Fields inherited from class co.arago.hiro.client.model.HiroJsonMap
fieldsMap
-
-
Constructor Summary
Constructors Constructor Description Data()
-
Method Summary
-
Methods inherited from class co.arago.hiro.client.model.HiroJsonMap
addFields, getField, getMap, getUnmappedField, setField, setFields, toMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface co.arago.hiro.client.model.JsonMessage
toJsonString, toJsonStringNoNull, toPrettyJsonString, toPrettyJsonStringNoNull
-
-
-
-
Field Detail
-
teams
public java.util.List<java.lang.String> teams
-
defaultScope
public java.lang.String defaultScope
-
organization
public java.lang.String organization
-
organizations
public java.util.List<java.lang.String> organizations
-
application
public java.lang.String application
-
identityId
public java.lang.String identityId
-
expiresAt
public java.lang.Long expiresAt
-
parameters
public java.util.Map<java.lang.String,java.lang.Object> parameters
-
identity
public java.lang.String identity
-
createdOn
public java.lang.Long createdOn
-
defaultTeam
public java.lang.String defaultTeam
-
-