Interface ElytronSercurityConfiguration
-
public interface ElytronSercurityConfiguration
Instance of this interface has to be provided as `securityConfiguration` parameter into camel-undertow.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.wildfly.security.auth.server.SecurityDomain.Builder
getDomainBuilder()
Definition of Builder, which will be used for creation of security domain.org.wildfly.security.WildFlyElytronBaseProvider
getElytronProvider()
Elytron security provider, has to support mechanism from parameter mechanismName.String
getMechanismName()
Name of the mechanism, which will be used for selection of authentication mechanism.
-
-
-
Method Detail
-
getElytronProvider
org.wildfly.security.WildFlyElytronBaseProvider getElytronProvider()
Elytron security provider, has to support mechanism from parameter mechanismName.
-
getMechanismName
String getMechanismName()
Name of the mechanism, which will be used for selection of authentication mechanism.
-
getDomainBuilder
org.wildfly.security.auth.server.SecurityDomain.Builder getDomainBuilder()
Definition of Builder, which will be used for creation of security domain.
-
-