public class AuthenticationProvider
extends java.lang.Object
implements de.gematik.ti.epa.fdv.authentication.service.provider.spi.IAuthenticationProvider
Provider of Authentication
| Constructor and Description |
|---|
AuthenticationProvider() |
| Modifier and Type | Method and Description |
|---|---|
de.gematik.ti.epa.fdv.authentication.service.provider.api.IAuthenticator |
getDefaultAuthenticator()
get a IAuthenticator
|
java.lang.String |
getDescription()
description of this provider
|
public de.gematik.ti.epa.fdv.authentication.service.provider.api.IAuthenticator getDefaultAuthenticator()
get a IAuthenticator
getDefaultAuthenticator in interface de.gematik.ti.epa.fdv.authentication.service.provider.spi.IAuthenticationProviderpublic java.lang.String getDescription()
description of this provider
getDescription in interface de.gematik.ti.epa.fdv.authentication.service.provider.spi.IAuthenticationProvider