Package stroom.query.authorisation
Class AuthorisationServiceImpl
- java.lang.Object
-
- stroom.query.authorisation.AuthorisationServiceImpl
-
- All Implemented Interfaces:
AuthorisationService
public class AuthorisationServiceImpl extends java.lang.Object implements AuthorisationService
-
-
Constructor Summary
Constructors Constructor Description AuthorisationServiceImpl(AuthorisationServiceConfig config)
-
Method Summary
Modifier and Type Method Description boolean
isAuthorised(ServiceUser serviceUser, DocRef docRef, java.lang.String permissionName)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface stroom.query.authorisation.AuthorisationService
isAuthorised
-
-
-
-
Constructor Detail
-
AuthorisationServiceImpl
@Inject public AuthorisationServiceImpl(AuthorisationServiceConfig config)
-
-
Method Detail
-
isAuthorised
public boolean isAuthorised(ServiceUser serviceUser, DocRef docRef, java.lang.String permissionName)
- Specified by:
isAuthorised
in interfaceAuthorisationService
-
-