Uses of Class
africa.absa.inception.security.UserDirectoryParameterException
-
Uses of UserDirectoryParameterException in africa.absa.inception.security
Methods in africa.absa.inception.security that throw UserDirectoryParameterExceptionModifier and TypeMethodDescriptionbyte[]UserDirectoryParameter.getBinaryValue()Returns the binary value for the user directory parameter.static byte[]UserDirectoryParameter.getBinaryValue(List<UserDirectoryParameter> parameters, String name) Returns the binary value for the user directory parameter with the specified name in the specified list.static booleanUserDirectoryParameter.getBooleanValue(List<UserDirectoryParameter> parameters, String name) Returns the boolean value for the user directory parameter with the specified name in the specified list.UserDirectoryParameter.getDecimalValue()Returns the BigDecimal value for the user directory parameter.static BigDecimalUserDirectoryParameter.getDecimalValue(List<UserDirectoryParameter> parameters, String name) Returns the BigDecimal value for the user directory parameter with the specified name in the specified list.doubleUserDirectoryParameter.getDoubleValue()Returns the double value for the user directory parameter.static doubleUserDirectoryParameter.getDoubleValue(List<UserDirectoryParameter> parameters, String name) Returns the double value for the user directory parameter with the specified name in the specified list.intUserDirectoryParameter.getIntegerValue()Returns the int value for the user directory parameter.static intUserDirectoryParameter.getIntegerValue(List<UserDirectoryParameter> parameters, String name) Returns the int value for the user directory parameter with the specified name in the specified list.longUserDirectoryParameter.getLongValue()Returns the long value for the user directory parameter.static longUserDirectoryParameter.getLongValue(List<UserDirectoryParameter> parameters, String name) Returns the long value for the user directory parameter with the specified name in the specified list.static StringUserDirectoryParameter.getStringValue(List<UserDirectoryParameter> parameters, String name) Returns the String value for the user directory parameter with the specified name in the specified list.static voidUserDirectoryParameter.setBinaryValue(List<UserDirectoryParameter> parameters, String name, byte[] value) Set the binary value for the user directory parameter with the specified name in the specified list.static voidUserDirectoryParameter.setBinaryValue(List<UserDirectoryParameter> parameters, String name, africa.absa.inception.core.util.BinaryBuffer value) Set the binary value for the user directory parameter with the specified name in the specified list.static voidUserDirectoryParameter.setDecimalValue(List<UserDirectoryParameter> parameters, String name, BigDecimal value) Set the BigDecimal value for the user directory parameter with the specified name in the specified list.static voidUserDirectoryParameter.setDoubleValue(List<UserDirectoryParameter> parameters, String name, double value) Set the double value for the user directory parameter with the specified name in the specified list.static voidUserDirectoryParameter.setIntegerValue(List<UserDirectoryParameter> parameters, String name, int value) Set the int value for the user directory parameter with the specified name in the specified list.static voidUserDirectoryParameter.setLongValue(List<UserDirectoryParameter> parameters, String name, long value) Set the long value for the user directory parameter with the specified name in the specified list.static voidUserDirectoryParameter.setStringValue(List<UserDirectoryParameter> parameters, String name, String value) Set the String value for the user directory parameter with the specified name in the specified list.