Class MMFAMappingExtUtils
java.lang.Object
com.tivoli.am.fim.trustserver.sts.utilities.MMFAMappingExtUtils
Implementation of STS Mapping Extension Functions for MMFA.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getAuthenticator
(String stateId) Fetches an authenticator by state ID.static String
registerAuthenticator
(String stateId) Registers a new authenticator.static boolean
saveDeviceAttributes
(String stateId, String deviceName, String deviceType, String osVersion, String fingerprintSupport, String frontCameraSupport, String tenantId) static boolean
savePushToken
(String stateId, String pushToken) static boolean
savePushToken
(String stateId, String pushToken, String applicationID)
-
Field Details
-
MMFAMappingExtUtils_java_copyright
- See Also:
-
PUSH_TOKEN_KEY
- See Also:
-
APP_ID_KEY
- See Also:
-
TENANT_ID_KEY
- See Also:
-
DEVICE_NAME_KEY
- See Also:
-
DEVICE_TYPE_KEY
- See Also:
-
OS_VERSION_KEY
- See Also:
-
FINGERPRINT_SUPPORT_KEY
- See Also:
-
FRONT_CAMERA_SUPPORT_KEY
- See Also:
-
-
Constructor Details
-
MMFAMappingExtUtils
public MMFAMappingExtUtils()
-
-
Method Details
-
registerAuthenticator
Registers a new authenticator.- Parameters:
stateID
- The state ID of the authorization grant.- Returns:
- The ID of the newly registered authenticator, or
null
if registration fails.
-
getAuthenticator
Fetches an authenticator by state ID.- Parameters:
stateID
- The state ID of the authorization grant.- Returns:
- The ID of the newly registered authenticator, or
null
if registration fails.
-
savePushToken
-
savePushToken
-
saveDeviceAttributes
-