Uses of Class
africa.absa.inception.security.UserDirectoryParameter
-
Uses of UserDirectoryParameter in africa.absa.inception.security
Methods in africa.absa.inception.security that return types with arguments of type UserDirectoryParameterModifier and TypeMethodDescriptionUserDirectory.getParameters()Returns the parameters for the user directory.UserDirectoryBase.getParameters()Returns the parameters for the user directory.Method parameters in africa.absa.inception.security with type arguments of type UserDirectoryParameterModifier and TypeMethodDescriptionstatic booleanUserDirectoryParameter.contains(List<UserDirectoryParameter> parameters, String name) Returns whether the list of user directory parameters contains a user directory parameter whose name matches the specified name.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.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.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.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.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.voidUserDirectory.setParameters(List<UserDirectoryParameter> parameters) Set the parameters for the user directory.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.Constructor parameters in africa.absa.inception.security with type arguments of type UserDirectoryParameterModifierConstructorDescriptionInternalUserDirectory(UUID userDirectoryId, List<UserDirectoryParameter> parameters, GroupRepository groupRepository, UserRepository userRepository, RoleRepository roleRepository) Constructs a new InternalUserDirectory.LDAPUserDirectory(UUID userDirectoryId, List<UserDirectoryParameter> parameters, GroupRepository groupRepository, UserRepository userRepository, RoleRepository roleRepository) Constructs a new LDAPUserDirectory.UserDirectoryBase(UUID userDirectoryId, List<UserDirectoryParameter> parameters, GroupRepository groupRepository, UserRepository userRepository, RoleRepository roleRepository) Constructs a new UserDirectoryBase.