public interface MechanismInformation
Modifier and Type | Field and Description |
---|---|
static MechanismInformation |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
String |
getHostName()
Get the name of the host the current authentication attempt is for.
|
String |
getMechanismName()
Get the name of the current authentication mechanism.
|
String |
getMechanismType()
Get the type of the authentication mechanism.
|
String |
getProtocol()
Get the protocol for the current authentication attempt.
|
static final MechanismInformation DEFAULT
String getMechanismType()
String getMechanismName()
String getHostName()
String getProtocol()
Copyright © 2020 JBoss by Red Hat. All rights reserved.