Class BearerTokenAuthenticationBase
java.lang.Object
org.wildfly.elytron.web.undertow.common.AbstractHttpServerMechanismTest
org.wildfly.elytron.web.undertow.common.BearerTokenAuthenticationBase
Test case to
.
invalid reference
org.wildfly.security.http.impl.BearerTokenAuthenticationMechanism
- Author:
- Darran Lofthouse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract UndertowServerprotected org.wildfly.security.auth.server.SecurityDomainprotected StringvoidvoidvoidvoidMethods inherited from class org.wildfly.elytron.web.undertow.common.AbstractHttpServerMechanismTest
assertLoginPage, assertSuccessfulResponse, assertSuccessfulUnconstraintResponse, getHttpServerAuthenticationMechanismFactory, getSecurityDomain, installProvider, removeProvider
-
Field Details
-
server
-
-
Constructor Details
-
BearerTokenAuthenticationBase
- Throws:
Exception
-
-
Method Details
-
testNoBearerToken
- Throws:
Exception
-
testSuccessfulAuthentication
- Throws:
Exception
-
testTokenWithInvalidExpirationTime
- Throws:
Exception
-
testTokenWithInvalidSignature
- Throws:
Exception
-
getMechanismName
- Specified by:
getMechanismNamein classAbstractHttpServerMechanismTest
-
doCreateSecurityDomain
- Specified by:
doCreateSecurityDomainin classAbstractHttpServerMechanismTest- Throws:
Exception
-
createUndertowServer
- Throws:
Exception
-