Package stroom.query.authorisation
Class NoAuthAuthorisationServiceImpl
- java.lang.Object
-
- stroom.query.authorisation.NoAuthAuthorisationServiceImpl
-
- All Implemented Interfaces:
AuthorisationService
public class NoAuthAuthorisationServiceImpl extends java.lang.Object implements AuthorisationService
-
-
Constructor Summary
Constructors Constructor Description NoAuthAuthorisationServiceImpl()
-
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
-
-
-
-
Method Detail
-
isAuthorised
public boolean isAuthorised(ServiceUser serviceUser, DocRef docRef, java.lang.String permissionName)
- Specified by:
isAuthorised
in interfaceAuthorisationService
-
-