Package org.gluu.oxtrust.service.secure
Class ApiPermissionService
- java.lang.Object
-
- org.gluu.oxtrust.service.secure.ApiPermissionService
-
- All Implemented Interfaces:
java.io.Serializable
@ApplicationScoped @Named public class ApiPermissionService extends java.lang.Object implements java.io.Serializable
Provides service to protect Rest service endpoints with UMA scope.- Author:
- Dmitry Ognyannikov
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiPermissionService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasPermission(java.lang.Object target, java.lang.String action)
-