141 final StringBuilder sb =
new StringBuilder();
142 sb.append(
"RptStatusResponse");
143 sb.append(
"{active=").append(
active);
144 sb.append(
", expiresAt=").append(
expiresAt);
145 sb.append(
", issuedAt=").append(
issuedAt);
146 sb.append(
", nbf=").append(
nbf);
147 sb.append(
", clientId=").append(
clientId);
148 sb.append(
", sub=").append(
sub);
149 sb.append(
", aud=").append(
aud);
150 sb.append(
", iss=").append(
iss);
151 sb.append(
", jti=").append(
jti);
154 return sb.toString();
String clientId
Definition: CorrectRptIntrospectionResponse.java:25
boolean active
Definition: CorrectRptIntrospectionResponse.java:21
String jti
Definition: CorrectRptIntrospectionResponse.java:29
String sub
Definition: CorrectRptIntrospectionResponse.java:26
String aud
Definition: CorrectRptIntrospectionResponse.java:27
String iss
Definition: CorrectRptIntrospectionResponse.java:28
Integer expiresAt
Definition: CorrectRptIntrospectionResponse.java:22
Integer nbf
Definition: CorrectRptIntrospectionResponse.java:24
Integer issuedAt
Definition: CorrectRptIntrospectionResponse.java:23
List< CorrectUmaPermission > permissions
Definition: CorrectRptIntrospectionResponse.java:30