Append a SecurityPolicy
Parameters: item - SecurityPolicy instance to be appended throws: PolicyGenerationException - if the policy being appended isnot an instance of WSSPolicy
Get the Security policy at the specified index
Parameters: index - index to the policy collection SecurityPolicy instance at the specified index throws: Exception - if a policy could not be retrieved
Insert the additional policy before the existing policy
Parameters: existing - SecurityPolicy instance before which the additional policy needs to be inserted Parameters: additional - SecurityPolicy instance to be inserted throws: PolicyGenerationException - if the policy to be inserted is not an instance of WSSPolicy,or there is an error in inserting the policy
Prepend a SecurityPolicy
Parameters: item - SecurityPolicy instance to be prepended throws: PolicyGenerationException - if the policy being prepended isnot an instance of WSSPolicy