@NotThreadSafe public class BasicAuthServerBuilder extends Object implements Serializable
| Constructor and Description |
|---|
BasicAuthServerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
build() |
boolean |
isValid() |
BasicAuthServerBuilder |
setRealm(String sRealm)
Set the realm to be used.
|
String |
toString() |
@Nonnull public BasicAuthServerBuilder setRealm(@Nonnull String sRealm)
sRealm - The realm to be used. May not be null and should not be
empty.public boolean isValid()
Copyright © 2016–2019 Philip Helger. All rights reserved.