Module hivelock.core
Back to master index

[public] Service Point hivelock.core.AuthorizationInterceptor Interface: org.apache.hivemind.ServiceInterceptorFactory
Parameters occurs: unbounded
Parameters Schema
Element <method>
Defines the roles that are allowed to call methods matching the given pattern. The roles are defined as a comma separated list of roles or * to mean that anybody is allowed, whatever her role.
Attribute pattern (required) Translator: string
Attribute roles (required) Translator: string
Conversion Rules
<create-object class="net.sourceforge.hivelock.AuthorizationContribution" />
<read-attribute attribute="pattern" property="pattern" />
<read-attribute attribute="roles" property="role" />
<invoke-parent method="addElement" />
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="primitive" >
    • <construct class="net.sourceforge.hivelock.AuthorizationInterceptorFactory" >
      • <service />
      • <service />
      </construct>
    </invoke-factory>

Module hivelock.core
Back to master index