PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.ws.trust
Interface SimpleCollectionUsage<T>

All Known Implementing Classes:
CancelTargetType, ClaimsType, DelegateToType, EncryptionType, KeyExchangeTokenType, OnBehalfOfType, ParticipantsType, ParticipantType, ProofEncryptionType, RenewTargetType, RequestedProofTokenType, RequestedSecurityTokenType, RequestSecurityTokenCollectionType, RequestSecurityTokenResponseCollectionType, SecurityTokenReferenceType, SimpleAnyType, UseKeyType, ValidateTargetType

public interface SimpleCollectionUsage<T>

A simple interface to add in methods for a Collection

Since:
Jun 16, 2011
Author:
Anil.Saldhana@redhat.com

Method Summary
 void add(T t)
          Add a T to the collection
 boolean remove(T t)
          Remove a T from collection
 

Method Detail

add

void add(T t)
Add a T to the collection

Parameters:
t -

remove

boolean remove(T t)
Remove a T from collection

Parameters:
t -
Returns:

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.