public interface SAML2HandlerChain
Modifier and Type | Method and Description |
---|---|
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
|
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
- Copyright © 2017 JBoss by Red Hat. All rights reserved.