public class TomcatAuthenticationContainerDiscovery extends Object implements AuthenticationContainerDiscovery
AuthenticationConfiguration.getRealm() must be empty or "*". Otherwise
if an explicit configured realm has been set, then regular JAAS authentication is in use.| Constructor and Description |
|---|
TomcatAuthenticationContainerDiscovery() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAuthenticate(AuthenticationConfiguration configuration)
Whether the container can/should be used for authentication
|
String |
getContainerName()
Gets the container name such as Apache Tomcat, used for logging purpose
|
public TomcatAuthenticationContainerDiscovery()
public String getContainerName()
AuthenticationContainerDiscoverygetContainerName in interface AuthenticationContainerDiscoverypublic boolean canAuthenticate(AuthenticationConfiguration configuration)
AuthenticationContainerDiscoverycanAuthenticate in interface AuthenticationContainerDiscoveryconfiguration - the configuration option (muteable)Copyright © 2020 JBoss by Red Hat. All rights reserved.