public static class AuthorizationBean.RequesterBean extends Object
Constructor and Description |
---|
RequesterBean(PermissionTicket ticket,
AuthorizationProvider authorization) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate() |
Date |
getGrantedDate() |
UserModel |
getRequester() |
List<AuthorizationBean.PermissionScopeBean> |
getScopes() |
boolean |
isGranted() |
public RequesterBean(PermissionTicket ticket, AuthorizationProvider authorization)
public UserModel getRequester()
public List<AuthorizationBean.PermissionScopeBean> getScopes()
public boolean isGranted()
public Date getCreatedDate()
public Date getGrantedDate()
Copyright © 2021 JBoss by Red Hat. All rights reserved.