Class MMFAMappingExtUtils
java.lang.Object
com.tivoli.am.fim.trustserver.sts.utilities.MMFAMappingExtUtils
Implementation of STS Mapping Extension Functions for MMFA.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetAuthenticator(String stateId) Fetches an authenticator by state ID.static StringregisterAuthenticator(String stateId) Registers a new authenticator.static booleansaveDeviceAttributes(String stateId, String deviceName, String deviceType, String osVersion, String fingerprintSupport, String frontCameraSupport, String tenantId) static booleansavePushToken(String stateId, String pushToken) static booleansavePushToken(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
nullif 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
nullif registration fails.
-
savePushToken
-
savePushToken
-
saveDeviceAttributes
-