A E G I O S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acceptConfiguration(Object, String) - Method in class org.apache.camel.component.elytron.ElytronSecurityProvider
- addHeader(BiConsumer<String, Object>, HttpServerExchange) - Method in class org.apache.camel.component.elytron.ElytronSecurityProvider
-
Provider adds header `securityIdentity` with value of type `SecurityIdentity` after successful authentication.
- authenticate(HttpServerExchange, List<String>) - Method in class org.apache.camel.component.elytron.ElytronSecurityProvider
-
Authentication is verified by securityDomain from configuration.
E
- ElytronSecurityProvider - Class in org.apache.camel.component.elytron
-
Implementation of `UndertowSecurityProvider` which adds elytron capability into camel-undertow.
- ElytronSecurityProvider() - Constructor for class org.apache.camel.component.elytron.ElytronSecurityProvider
- ElytronSercurityConfiguration - Interface in org.apache.camel.component.elytron
-
Instance of this interface has to be provided as `securityConfiguration` parameter into camel-undertow.
G
- getDomainBuilder() - Method in interface org.apache.camel.component.elytron.ElytronSercurityConfiguration
-
Definition of Builder, which will be used for creation of security domain.
- getElytronProvider() - Method in interface org.apache.camel.component.elytron.ElytronSercurityConfiguration
-
Elytron security provider, has to support mechanism from parameter mechanismName.
- getMechanismName() - Method in interface org.apache.camel.component.elytron.ElytronSercurityConfiguration
-
Name of the mechanism, which will be used for selection of authentication mechanism.
I
- isAllowed(Set<String>, List<String>) - Method in class org.apache.camel.component.elytron.ElytronSecurityProvider
O
- org.apache.camel.component.elytron - package org.apache.camel.component.elytron
S
- SECURITY_IDENTITY_HEADER - Static variable in class org.apache.camel.component.elytron.ElytronSecurityProvider
-
Name of the header which contains associated security identity if request is authenticated.
W
- wrapHttpHandler(HttpHandler) - Method in class org.apache.camel.component.elytron.ElytronSecurityProvider
-
Elytron hook into undertow is by creation of wrapping httpHandler.
All Classes All Packages