|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.security.global.NoAccessResourceController
NoAccessResourceController is an implementation of
ResourceController
that does not give access to any
resource for any Entity.
Field Summary |
Fields inherited from interface org.codehaus.plexus.security.ResourceController |
ROLE, SELECTOR_ROLE |
Constructor Summary | |
NoAccessResourceController()
|
Method Summary | |
boolean |
isAuthorized(java.lang.Object entity,
java.lang.Object resource)
A pseudo implementation that returns false for every instance, denying any Entity access to any resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NoAccessResourceController()
Method Detail |
public boolean isAuthorized(java.lang.Object entity, java.lang.Object resource)
Entity
access to any resource.
isAuthorized
in interface ResourceController
entity
- resource
-
org.apache.fulcrum.jasf.ResourceAccessController#isAuthorized(Object, Object)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |