Package net.shibboleth.idp.authn.duo
Interface DuoIntegration
- All Superinterfaces:
PrincipalSupportingComponent
- All Known Implementing Classes:
BasicDuoIntegration
Interface to a particular Duo integration point.
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the name of the API host to contact.Get the application key.Get the integration key.Get the secret key.Methods inherited from interface net.shibboleth.idp.authn.principal.PrincipalSupportingComponent
getSupportedPrincipals
-
Method Details
-
getAPIHost
Get the name of the API host to contact.- Returns:
- name of API host
-
getApplicationKey
Get the application key.- Returns:
- the application key
-
getIntegrationKey
Get the integration key.- Returns:
- the integration key
-
getSecretKey
Get the secret key.- Returns:
- the secret key
-