Class RolesAnywhereConfigFactory
- java.lang.Object
-
- com.boomi.common.rest.rolesanywhere.RolesAnywhereConfigFactory
-
public final class RolesAnywhereConfigFactory extends Object
This class createsRolesAnywhereConfig
instances with the user data required to obtain temporary AWS credentials, based on trusts established between users public key infrastructure (PKI) and AWS IAM Roles Anywhere.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.boomi.common.aws.rolesanywhere.RolesAnywhereConfig
create(BrowseContext context)
Builds a newRolesAnywhereConfig
from the connection properties, provided the authentication type is IAM Roles Anywhere.
-
-
-
Method Detail
-
create
public static com.boomi.common.aws.rolesanywhere.RolesAnywhereConfig create(BrowseContext context)
Builds a newRolesAnywhereConfig
from the connection properties, provided the authentication type is IAM Roles Anywhere.- Parameters:
context
- the browse context- Returns:
- config with the user data required to obtain temporary AWS credentials
-
-