Create a rule that uses the SecurityClaim

This section describes how to specify a security claim in a rule. Step-by-step instructions for writing a rule are in another section. Creating customized security rules through the security administration interface
  1. Access the Admin Console and navigate to Security Administration.
  2. Expand the Security Classes list in the left pane.
  3. Select the security class to which you want to add rules and click Configure in the right pane.
  4. Select the type of securable object you want to write a rule for and click the New button at the top of the left pane.
  5. Select options for the security claim rule. In the conditional statement, you must include session.claim.ShortName. "session.claim" is a constant that must be specified as shown followed by the value you specified for Short Name when you mapped the claim. For example, if you wrote a claim rule on the Actor business class and had specified "ID" for Short Name, your rule might look similar to this:
    Actor BusinessClass 
      is accessible in past,current,future 
        for all actions 
        when session.claim.ID="User1"
  6. Click Save when you are finished writing the rule.