Class ApplicationService
- java.lang.Object
-
- io.jans.as.server.service.fido.u2f.ApplicationService
-
@Named public class ApplicationService extends java.lang.ObjectProvides 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 voidcheckIsValid(java.lang.String appId)ThrowsBadConfigurationExceptionif the given App ID is found to be incompatible with the U2F specification or any major U2F Client implementation.booleanisValidateApplication()
-
-
-
Method Detail
-
isValidateApplication
public boolean isValidateApplication()
-
checkIsValid
public void checkIsValid(java.lang.String appId)
ThrowsBadConfigurationExceptionif 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
-
-