@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-07-23T08:29:06.952Z") public class IntrospectRptResponse extends Object
| Constructor and Description |
|---|
IntrospectRptResponse() |
| Modifier and Type | Method and Description |
|---|---|
IntrospectRptResponse |
active(Boolean active) |
IntrospectRptResponse |
addPermissionsItem(Object permissionsItem) |
IntrospectRptResponse |
aud(String aud) |
IntrospectRptResponse |
clientId(String clientId) |
boolean |
equals(Object o) |
IntrospectRptResponse |
exp(Long exp) |
String |
getAud()
Get aud
|
String |
getClientId()
Get clientId
|
Long |
getExp()
number of seconds since January 1 1970 UTC, indicating when this token will expire
|
Long |
getIat()
number of seconds since January 1 1970 UTC, indicating when the token was issued at
|
String |
getIss()
Get iss
|
String |
getJti()
Get jti
|
Long |
getNbf()
number of seconds since January 1 1970 UTC, indicating when the token not to be used before
|
List<Object> |
getPermissions()
Get permissions
|
String |
getSub()
Get sub
|
int |
hashCode() |
IntrospectRptResponse |
iat(Long iat) |
Boolean |
isActive()
Get active
|
IntrospectRptResponse |
iss(String iss) |
IntrospectRptResponse |
jti(String jti) |
IntrospectRptResponse |
nbf(Long nbf) |
IntrospectRptResponse |
permissions(List<Object> permissions) |
void |
setActive(Boolean active) |
void |
setAud(String aud) |
void |
setClientId(String clientId) |
void |
setExp(Long exp) |
void |
setIat(Long iat) |
void |
setIss(String iss) |
void |
setJti(String jti) |
void |
setNbf(Long nbf) |
void |
setPermissions(List<Object> permissions) |
void |
setSub(String sub) |
IntrospectRptResponse |
sub(String sub) |
String |
toString() |
public IntrospectRptResponse active(Boolean active)
public Boolean isActive()
public void setActive(Boolean active)
public IntrospectRptResponse exp(Long exp)
public Long getExp()
public void setExp(Long exp)
public IntrospectRptResponse iat(Long iat)
public Long getIat()
public void setIat(Long iat)
public IntrospectRptResponse nbf(Long nbf)
public Long getNbf()
public void setNbf(Long nbf)
public IntrospectRptResponse clientId(String clientId)
public String getClientId()
public void setClientId(String clientId)
public IntrospectRptResponse sub(String sub)
public String getSub()
public void setSub(String sub)
public IntrospectRptResponse aud(String aud)
public String getAud()
public void setAud(String aud)
public IntrospectRptResponse iss(String iss)
public String getIss()
public void setIss(String iss)
public IntrospectRptResponse jti(String jti)
public String getJti()
public void setJti(String jti)
public IntrospectRptResponse permissions(List<Object> permissions)
public IntrospectRptResponse addPermissionsItem(Object permissionsItem)
Copyright © 2020. All rights reserved.