@Component(value="approvalStore") public class AnterosSecurityApprovalStore extends Object implements org.springframework.security.oauth2.provider.approval.ApprovalStore
| Constructor and Description |
|---|
AnterosSecurityApprovalStore() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addApprovals(Collection<org.springframework.security.oauth2.provider.approval.Approval> approvals) |
Collection<org.springframework.security.oauth2.provider.approval.Approval> |
getApprovals(String userId,
String clientId) |
boolean |
revokeApprovals(Collection<org.springframework.security.oauth2.provider.approval.Approval> approvals) |
public boolean addApprovals(Collection<org.springframework.security.oauth2.provider.approval.Approval> approvals)
addApprovals in interface org.springframework.security.oauth2.provider.approval.ApprovalStorepublic boolean revokeApprovals(Collection<org.springframework.security.oauth2.provider.approval.Approval> approvals)
revokeApprovals in interface org.springframework.security.oauth2.provider.approval.ApprovalStorepublic Collection<org.springframework.security.oauth2.provider.approval.Approval> getApprovals(String userId, String clientId)
getApprovals in interface org.springframework.security.oauth2.provider.approval.ApprovalStoreCopyright © 2019 Anteros Tecnologia. All rights reserved.