Class ProtectionService
- java.lang.Object
- 
- org.keycloak.authorization.protection.ProtectionService
 
- 
 public class ProtectionService extends Object - Author:
- Pedro Igor
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ClientConnectionclientConnection
 - 
Constructor SummaryConstructors Constructor Description ProtectionService(AuthorizationProvider authorization)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectpermission()Objectpolicy()Objectresource()Objectticket()
 
- 
- 
- 
Field Detail- 
clientConnectionprotected final ClientConnection clientConnection 
 
- 
 - 
Constructor Detail- 
ProtectionServicepublic ProtectionService(AuthorizationProvider authorization) 
 
- 
 
-