Package net.shibboleth.idp.authn.duo
Interface DuoIntegration
- All Superinterfaces:
PrincipalSupportingComponent
- All Known Implementing Classes:
BasicDuoIntegration
public interface DuoIntegration extends PrincipalSupportingComponent
Interface to a particular Duo integration point.
- Since:
- 3.3.0
-
Method Summary
Modifier and Type Method Description String
getAPIHost()
Get the name of the API host to contact.String
getApplicationKey()
Get the application key.String
getIntegrationKey()
Get the integration key.String
getSecretKey()
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
-