|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SAML2HandlerChain
A SAML2 chain of handlers
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 |
---|
int size()
Set<SAML2Handler> handlers()
boolean add(SAML2Handler handler)
handler
-
boolean addAll(Collection<SAML2Handler> handlers)
handlers
-
boolean remove(SAML2Handler handler)
handler
-
boolean removeAll(Collection<SAML2Handler> handlers)
handlers
-
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |