Project Aristotle - ArisID Attribute Services

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

Packages that use IAssertion
org.openliberty.arisid.policy   
 

Uses of IAssertion in org.openliberty.arisid.policy
 

Subinterfaces of IAssertion 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 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 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 that return IAssertion
 IAssertion PolicyHandler.getConstraint(IPolicy policy, javax.xml.namespace.QName assertionName)
          Returns the first instance of a constraint located within a policy.
 IAssertion IArisWSPolicy.getConstraint(IPolicy policy, javax.xml.namespace.QName assertionName)
          Returns the first instance of a constraint located within a policy.
 

Methods in org.openliberty.arisid.policy with parameters of type IAssertion
 void IPolicy.addAssertion(IAssertion assertion)
          Adds an assertion (e.g.
 boolean PolicyHandler.addConstraintOrAssertionToPolicy(IAssertion[] assertions, IPolicy targetPolicy, boolean isAll)
          Adds a array of WS Policy IAssertion to an existing IPolicy object
 boolean IArisWSPolicy.addConstraintOrAssertionToPolicy(IAssertion[] assertions, IPolicy targetPolicy, boolean isAll)
          Adds an array of assertions (aka Constraint) to a specified policy object.
 boolean PolicyHandler.addConstraintOrAssertionToPolicy(IAssertion assertion, IPolicy targetPolicy, boolean isAll)
          Adds a WS Policy IAssertion to an existing IPolicy object
 boolean IArisWSPolicy.addConstraintOrAssertionToPolicy(IAssertion assertion, IPolicy targetPolicy, boolean isAll)
          Adds an assertion (aka Constraint) to a specified policy object.
 


OpenLiberty.org - Licensed under Apache APL 2.0