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 ClientConnection
clientConnection
-
Constructor Summary
Constructors Constructor Description ProtectionService(AuthorizationProvider authorization)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
permission()
Object
policy()
Object
resource()
Object
ticket()
-
-
-
Field Detail
-
clientConnection
protected final ClientConnection clientConnection
-
-
Constructor Detail
-
ProtectionService
public ProtectionService(AuthorizationProvider authorization)
-
-