Package oracle.security.am.plugin.authn
Class PlugInUtil
java.lang.Object
oracle.security.am.plugin.authn.PlugInUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
byteToDecimalFASCN<wbr>(byte[] input)
static void
checkForDNPresence<wbr>(String unformattedKey, String formattedValue, AuthenticationContext context)
static String
decryptSensitiveData<wbr>(String data)
static String
getAttrValueFromUserDN<wbr>(String userDN, String runtimeIDStore, String attrName)
static String[]
getFederationSettings<wbr>(String tenantName, String runtimeIDStore)
static String
getFlowParam<wbr>(String stepName, String key, AuthenticationContext context)
static String
getIDStoreNameFromMultiIDStoreFormat<wbr>(String userName)
static String
getUserNameFromMultiIDStoreFormat<wbr>(String userName)
static String
getVariableValue<wbr>(String variable, AuthenticationContext context)
static boolean
isFAPasswordPolicyEnabled<wbr>(AuthenticationContext context)
-
Constructor Details
-
PlugInUtil
public PlugInUtil()
-
-
Method Details
-
getFlowParam
-
byteToDecimalFASCN
-
getIDStoreNameFromMultiIDStoreFormat
public static String getIDStoreNameFromMultiIDStoreFormat<wbr>(String userName) throws AuthenticationException- Throws:
AuthenticationException
-
getUserNameFromMultiIDStoreFormat
public static String getUserNameFromMultiIDStoreFormat<wbr>(String userName) throws AuthenticationException- Throws:
AuthenticationException
-
getVariableValue
-
toMapForm
-
checkForDNPresence
public static void checkForDNPresence<wbr>(String unformattedKey, String formattedValue, AuthenticationContext context) -
isFAPasswordPolicyEnabled
-
getFederationSettings
public static String[] getFederationSettings<wbr>(String tenantName, String runtimeIDStore) throws IdentityProviderException- Throws:
IdentityProviderException
-
getAttrValueFromUserDN
public static String getAttrValueFromUserDN<wbr>(String userDN, String runtimeIDStore, String attrName) throws IdentityProviderException- Throws:
IdentityProviderException
-
decryptSensitiveData
-