Class ApplicationService
- java.lang.Object
-
- io.jans.as.server.service.fido.u2f.ApplicationService
-
@Named public class ApplicationService extends java.lang.Object
Provides operations with U2F applications- Author:
- Yuriy Movchan Date: 05/19/2015
-
-
Constructor Summary
Constructors Constructor Description ApplicationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
checkIsValid(java.lang.String appId)
ThrowsBadConfigurationException
if the given App ID is found to be incompatible with the U2F specification or any major U2F Client implementation.boolean
isValidateApplication()
-
-
-
Method Detail
-
isValidateApplication
public boolean isValidateApplication()
-
checkIsValid
public void checkIsValid(java.lang.String appId)
ThrowsBadConfigurationException
if the given App ID is found to be incompatible with the U2F specification or any major U2F Client implementation.- Parameters:
appId
- the App ID to be validated
-
-