public class ImpersonationToken extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImpersonationToken.Scope
Enum to specify the scope of an ImpersonationToken.
|
Constructor and Description |
---|
ImpersonationToken() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getActive() |
Date |
getCreatedAt() |
Date |
getExpiresAt() |
Long |
getId() |
Boolean |
getImpersonation() |
String |
getName() |
Boolean |
getRevoked() |
List<ImpersonationToken.Scope> |
getScopes() |
String |
getToken() |
void |
setActive(Boolean active) |
void |
setCreatedAt(Date createdAt) |
void |
setExpiresAt(Date expiresAt) |
void |
setId(Long id) |
void |
setImpersonation(Boolean impersonation) |
void |
setName(String name) |
void |
setRevoked(Boolean revoked) |
void |
setScopes(List<ImpersonationToken.Scope> scopes) |
void |
setToken(String token) |
String |
toString() |
public Boolean getActive()
public void setActive(Boolean active)
public String getToken()
public void setToken(String token)
public List<ImpersonationToken.Scope> getScopes()
public void setScopes(List<ImpersonationToken.Scope> scopes)
public Boolean getRevoked()
public void setRevoked(Boolean revoked)
public String getName()
public void setName(String name)
public Long getId()
public void setId(Long id)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Boolean getImpersonation()
public void setImpersonation(Boolean impersonation)
public Date getExpiresAt()
public void setExpiresAt(Date expiresAt)
Copyright © 2022. All rights reserved.