Class FormAuthenticationWithClusteredSSOBase
java.lang.Object
org.wildfly.elytron.web.undertow.common.AbstractHttpServerMechanismTest
org.wildfly.elytron.web.undertow.common.FormAuthenticationWithClusteredSSOBase
public abstract class FormAuthenticationWithClusteredSSOBase
extends AbstractHttpServerMechanismTest
Test case to test HTTP FORM authentication where authentication is backed by Elytron and session replication is enabled.
- Author:
- Pedro Igor, Paul Ferraro
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal UndertowServerfinal UndertowServerfinal UndertowServerfinal UndertowServerfinal UndertowServer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract UndertowServercreateUndertowServer(int port) protected org.wildfly.security.auth.server.SecurityDomainprotected org.wildfly.security.http.HttpServerAuthenticationMechanismFactorygetHttpServerAuthenticationMechanismFactory(Map<String, ?> properties) protected StringvoidvoidvoidvoidMethods inherited from class org.wildfly.elytron.web.undertow.common.AbstractHttpServerMechanismTest
assertLoginPage, assertSuccessfulResponse, assertSuccessfulUnconstraintResponse, getSecurityDomain, installProvider, removeProvider
-
Field Details
-
sessionManagers
-
serverA
-
serverB
-
serverC
-
serverD
-
serverE
-
-
Constructor Details
-
FormAuthenticationWithClusteredSSOBase
- Throws:
Exception
-
-
Method Details
-
testSingleSignOn
- Throws:
Exception
-
testSingleLogout
- Throws:
Exception
-
testSingleLogoutWhenNodeIsFailing
- Throws:
Exception
-
testSessionInvalidation
- Throws:
Exception
-
getMechanismName
- Specified by:
getMechanismNamein classAbstractHttpServerMechanismTest
-
doCreateSecurityDomain
- Specified by:
doCreateSecurityDomainin classAbstractHttpServerMechanismTest- Throws:
Exception
-
getHttpServerAuthenticationMechanismFactory
protected org.wildfly.security.http.HttpServerAuthenticationMechanismFactory getHttpServerAuthenticationMechanismFactory(Map<String, ?> properties) - Overrides:
getHttpServerAuthenticationMechanismFactoryin classAbstractHttpServerMechanismTest
-
createUndertowServer
- Throws:
Exception
-