Difference between revisions of "IdentityCondition"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "This feature allows you to specify a condition on the roles of the Principal invoking the service. The following table shows the IdentityCondition attributes: {|class="gvtable" ...")
 
(RoleRef)
Line 30: Line 30:
 
| name || required || Role name
 
| name || required || Role name
 
|}
 
|}
 +
 +
The name must be defined in [[GVPolicy]], the {{GVESB}} ACL Policy framework.

Revision as of 13:45, 20 February 2012

This feature allows you to specify a condition on the roles of the Principal invoking the service.

The following table shows the IdentityCondition attributes:

Attribute Type Description
type fixed This attribute must assume the value condition
class fixed This attribute must assume the value it.greenvulcano.gvesb.identity.condition.IdentityCondition
condition required This attribute defines the name of the condition. Unique inside the 'Conditions' element.

Its subelements are:

  • Description
  • ACL

ACL

This element defines a resource ACL. Might contain more elements RoleRef.

RoleRef

Element RoleRef defines an ACL role reference. Its attributes are:

Attribute Type Description
name required Role name

The name must be defined in GVPolicy, the GreenVulcano® ESB ACL Policy framework.