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()
AuthenticationContainerDiscovery
getContainerName
in interface AuthenticationContainerDiscovery
public boolean canAuthenticate(AuthenticationConfiguration configuration)
AuthenticationContainerDiscovery
canAuthenticate
in interface AuthenticationContainerDiscovery
configuration
- the configuration option (muteable)Copyright © 2016 JBoss by Red Hat. All rights reserved.