Interface AuthenticationExtensionsClientInput<T>
- Type Parameters:
T
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CredProtectAuthenticationExtensionsClientInput
,ImmutableAuthenticationExtensionsClientInput
A client extension
input entry in the
AuthenticationExtensionsClientInputs
.- Since:
- 6.4
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the extension identifier.getInput()
Gets the client extension.
-
Method Details
-
getExtensionId
String getExtensionId()Gets the extension identifier.- Returns:
- the extension identifier.
-
getInput
T getInput()Gets the client extension.- Returns:
- the client extension.
-