public class BasicAuthenticationConfigurationBuilder extends AuthenticationMethodConfigurationBuilder<BasicAuthenticationConfiguration>
Configures HTTP BASIC Authentication for a specific path.
Modifier and Type | Method and Description |
---|---|
BasicAuthenticationConfigurationBuilder |
realmName(String realmName)
Specifies the realm name.
|
authenticateWith, authorizeWith, getBuilder, redirectTo, unprotected
allPaths, forGroup, forPath, forPath, restrictive
build, create, http, identity, idmConfig, readFrom, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allPaths, forGroup, forPath, forPath, restrictive
build, http, identity, idmConfig
public BasicAuthenticationConfigurationBuilder realmName(String realmName)
Specifies the realm name.
realmName
- Copyright © 2018 JBoss by Red Hat. All rights reserved.