Uses of Class
org.wildfly.elytron.web.undertow.common.UndertowServer
-
-
Uses of UndertowServer in org.wildfly.elytron.web.undertow.common
Fields in org.wildfly.elytron.web.undertow.common declared as UndertowServer Modifier and Type Field Description UndertowServerBasicAuthenticationBase. serverUndertowServerBearerTokenAuthenticationBase. serverUndertowServerExternalAuthenticationBase. serverUndertowServerFormAuthenticationBase. serverUndertowServerClientCertAuthenticationBase. serverAUndertowServerFormAuthenticationWithClusteredSSOBase. serverAUndertowServerFormAuthenticationWithSessionReplicationBase. serverAUndertowServerClientCertAuthenticationBase. serverBUndertowServerFormAuthenticationWithClusteredSSOBase. serverBUndertowServerFormAuthenticationWithSessionReplicationBase. serverBUndertowServerFormAuthenticationWithClusteredSSOBase. serverCUndertowServerFormAuthenticationWithSessionReplicationBase. serverCUndertowServerFormAuthenticationWithClusteredSSOBase. serverDUndertowServerFormAuthenticationWithClusteredSSOBase. serverEMethods in org.wildfly.elytron.web.undertow.common that return UndertowServer Modifier and Type Method Description protected abstract UndertowServerBasicAuthenticationBase. createUndertowServer()protected abstract UndertowServerBearerTokenAuthenticationBase. createUndertowServer()protected abstract UndertowServerExternalAuthenticationBase. createUndertowServer()protected abstract UndertowServerFormAuthenticationBase. createUndertowServer()protected abstract UndertowServerFormAuthenticationWithClusteredSSOBase. createUndertowServer(int port)protected abstract UndertowServerFormAuthenticationWithSessionReplicationBase. createUndertowServer(int port)protected abstract UndertowServerClientCertAuthenticationBase. createUndertowServerA()protected abstract UndertowServerClientCertAuthenticationBase. createUndertowServerB()
-