Uses of Class
africa.absa.inception.security.UserAttribute
-
Uses of UserAttribute in africa.absa.inception.security
Method parameters in africa.absa.inception.security with type arguments of type UserAttributeModifier and TypeMethodDescriptionstatic booleanUserAttribute.contains(List<UserAttribute> list, String name) Returns whether the list of user attributes contains a user attribute whose name matches the specified name.InternalUserDirectory.findUsers(List<UserAttribute> userAttributes) ISecurityService.findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes) Retrieve the users matching the user attribute criteria.LDAPUserDirectory.findUsers(List<UserAttribute> userAttributes) SecurityService.findUsers(UUID userDirectoryId, List<UserAttribute> userAttributes) static byte[]UserAttribute.getBinaryValue(List<UserAttribute> list, String name) Returns the binary value for the user attribute with the specified name in the specified list.static BigDecimalUserAttribute.getDecimalValue(List<UserAttribute> list, String name) Returns the BigDecimal value for the user attribute with the specified name in the specified list.static doubleUserAttribute.getDoubleValue(List<UserAttribute> list, String name) Returns the double value for the user attribute with the specified name in the specified list.static intUserAttribute.getIntegerValue(List<UserAttribute> list, String name) Returns the int value for the user attribute with the specified name in the specified list.static longUserAttribute.getLongValue(List<UserAttribute> list, String name) Returns the long value for the user attribute with the specified name in the specified list.static StringUserAttribute.getStringValue(List<UserAttribute> list, String name) Returns the String value for the user attribute with the specified name in the specified list.static voidUserAttribute.setBinaryValue(List<UserAttribute> list, String name, byte[] value) Set the binary value for the user attribute with the specified name in the specified list.static voidUserAttribute.setBinaryValue(List<UserAttribute> list, String name, africa.absa.inception.core.util.BinaryBuffer value) Set the binary value for the user attribute with the specified name in the specified list.static voidUserAttribute.setDecimalValue(List<UserAttribute> list, String name, BigDecimal value) Set the BigDecimal value for the user attribute with the specified name in the specified list.static voidUserAttribute.setDoubleValue(List<UserAttribute> list, String name, double value) Set the double value for the user attribute with the specified name in the specified list.static voidUserAttribute.setIntegerValue(List<UserAttribute> list, String name, int value) Set the int value for the user attribute with the specified name in the specified list.static voidUserAttribute.setLongValue(List<UserAttribute> list, String name, long value) Set the long value for the user attribute with the specified name in the specified list.static voidUserAttribute.setStringValue(List<UserAttribute> list, String name, String value) Set the String value for the user attribute with the specified name in the specified list.