Package io.jans.fido2.service.sg
Class RawAuthenticationService
- java.lang.Object
-
- io.jans.fido2.service.sg.RawAuthenticationService
-
@ApplicationScoped public class RawAuthenticationService extends Object
Provides operations with U2F RAW registration response- Author:
- Yuriy Movchan Date: 05/20/2015
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTHENTICATE_CANCEL_TYPE
static String
AUTHENTICATE_GET_TYPE
static String[]
SUPPORTED_AUTHENTICATE_TYPES
-
Constructor Summary
Constructors Constructor Description RawAuthenticationService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.fido.u2f.message.RawAuthenticateResponse
parseRawAuthenticateResponse(String rawDataBase64)
-
-
-
Field Detail
-
AUTHENTICATE_GET_TYPE
public static final String AUTHENTICATE_GET_TYPE
- See Also:
- Constant Field Values
-
AUTHENTICATE_CANCEL_TYPE
public static final String AUTHENTICATE_CANCEL_TYPE
- See Also:
- Constant Field Values
-
SUPPORTED_AUTHENTICATE_TYPES
public static final String[] SUPPORTED_AUTHENTICATE_TYPES
-
-
Method Detail
-
parseRawAuthenticateResponse
public io.jans.as.model.fido.u2f.message.RawAuthenticateResponse parseRawAuthenticateResponse(String rawDataBase64)
-
-