Project Aristotle - ArisID Attribute Services

Uses of Interface
org.openliberty.arisid.policy.IPolicyComponent

Packages that use IPolicyComponent
org.openliberty.arisid.policy   
 

Uses of IPolicyComponent in org.openliberty.arisid.policy
 

Subinterfaces of IPolicyComponent in org.openliberty.arisid.policy
 interface IAddValuesConstraint
          This constraint is used to alter the logic of a modify request to indicate values are to be added rather than replacing all values.
 interface IAssertion
          Defines a WS-Policy Assertion implementation
 interface IContractOrLegalConstraint
          Indicates the contractual or legal context governing the sharing of identity attributes.
 interface IDataDisplayMaskConstraint
          Describes components of string data which should be masked when data is displayed or logged.
 interface IDataLossOrBreachConstraint
          Describes the entities (e.g.
 interface IDeleteValuesConstraint
          This constraint is used to alter the logic of a modify request to indicate values are to be delete rather than replacing all values.
 interface ILifetimeConstraint
          The time period for which data MAY be retained for active use by the requestor.
 interface ILocalizationConstraint
          A constraint indicating a language preference for a particular data value.
 interface IPolicy
          A implementation neutral WS-Policy object containing a set of constraints.
 interface IPropagateConstraint
          Describes constraints on the services or end-points to which the data may be propagated or forwarded.
 interface IPurposeConstraint
          Describes the usage context in which data is sought or the context in which data is being provided.
 interface IRetentionConstraint
          Indicates whether the data value can be retained by the requestor, in memory or otherwise, and, optionally the time period for which it can be retained.
 

Methods in org.openliberty.arisid.policy with parameters of type IPolicyComponent
 boolean IPolicyComponent.equal(IPolicyComponent policyComponent)
          Returns true if the argument is equal to self.
 


OpenLiberty.org - Licensed under Apache APL 2.0