PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.interfaces
Interface SAML2HandlerChain

All Known Implementing Classes:
DefaultSAML2HandlerChain

public interface SAML2HandlerChain

A SAML2 chain of handlers

Since:
Oct 1, 2009
Author:
Anil.Saldhana@redhat.com

Method Summary
 boolean add(SAML2Handler handler)
          Add an handler
 boolean addAll(Collection<SAML2Handler> handlers)
          Add a collection of handlers
 Set<SAML2Handler> handlers()
          Get a read-only set of handlers
 boolean remove(SAML2Handler handler)
          Remove an handler
 boolean removeAll(Collection<SAML2Handler> handlers)
          Remove a collection of handlers
 int size()
          Number of handlers
 

Method Detail

size

int size()
Number of handlers

Returns:

handlers

Set<SAML2Handler> handlers()
Get a read-only set of handlers

Returns:

add

boolean add(SAML2Handler handler)
Add an handler

Parameters:
handler -
Returns:
whether add was successful

addAll

boolean addAll(Collection<SAML2Handler> handlers)
Add a collection of handlers

Parameters:
handlers -
Returns:

remove

boolean remove(SAML2Handler handler)
Remove an handler

Parameters:
handler -
Returns:
whether remove was successful

removeAll

boolean removeAll(Collection<SAML2Handler> handlers)
Remove a collection of handlers

Parameters:
handlers -
Returns:

PicketLink Federation Core 2.1.6.Final-redhat-2

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