@ApplicationScoped public class AuthServerHostSynonymServiceImpl extends Object implements AuthServerHostSynonymService
| Constructor and Description |
|---|
AuthServerHostSynonymServiceImpl() |
AuthServerHostSynonymServiceImpl(String synonyms,
String boundToAddress) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHostSynonym(String host)
Determines if the given host is a synonym for any of the hosts that our auth server runs on.
|
public boolean isHostSynonym(String host)
AuthServerHostSynonymServiceisHostSynonym in interface AuthServerHostSynonymServicehost - the host to check if it's a synonym for the local host.Copyright © 2015 Red Hat, Inc.. All rights reserved.