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