PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.impl
Class DefaultSAML2HandlerChain

java.lang.Object
  extended by org.picketlink.identity.federation.core.saml.v2.impl.DefaultSAML2HandlerChain
All Implemented Interfaces:
SAML2HandlerChain

public class DefaultSAML2HandlerChain
extends Object
implements SAML2HandlerChain

Default implementation of the SAML2 handler chain

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

Constructor Summary
DefaultSAML2HandlerChain()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSAML2HandlerChain

public DefaultSAML2HandlerChain()
Method Detail

add

public boolean add(SAML2Handler handler)
Description copied from interface: SAML2HandlerChain
Add an handler

Specified by:
add in interface SAML2HandlerChain
Returns:
whether add was successful
See Also:
SAML2HandlerChain.add(SAML2Handler)

addAll

public boolean addAll(Collection<SAML2Handler> handlers)
Description copied from interface: SAML2HandlerChain
Add a collection of handlers

Specified by:
addAll in interface SAML2HandlerChain
Returns:
See Also:
SAML2HandlerChain.add(SAML2Handler)

handlers

public Set<SAML2Handler> handlers()
Description copied from interface: SAML2HandlerChain
Get a read-only set of handlers

Specified by:
handlers in interface SAML2HandlerChain
Returns:
See Also:
SAML2HandlerChain.handlers()

remove

public boolean remove(SAML2Handler handler)
Description copied from interface: SAML2HandlerChain
Remove an handler

Specified by:
remove in interface SAML2HandlerChain
Returns:
whether remove was successful
See Also:
SAML2HandlerChain.remove(SAML2Handler)

size

public int size()
Description copied from interface: SAML2HandlerChain
Number of handlers

Specified by:
size in interface SAML2HandlerChain
Returns:
See Also:
SAML2HandlerChain.size()

removeAll

public boolean removeAll(Collection<SAML2Handler> handlers)
Description copied from interface: SAML2HandlerChain
Remove a collection of handlers

Specified by:
removeAll in interface SAML2HandlerChain
Returns:
See Also:
SAML2HandlerChain.removeAll(Collection)

PicketLink Federation Core 2.1.6.Final-redhat-2

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