public class SimpleUserAttributeFactory extends Object implements UserAttributeFactory
SimpleUserAttribute objects.| Constructor and Description |
|---|
SimpleUserAttributeFactory() |
| Modifier and Type | Method and Description |
|---|---|
SimpleUserAttribute |
create(UserAttribute inUserAttribute)
Creates a
UserAttribute object from the given value. |
SimpleUserAttribute |
create(User inUser,
UserAttributeType inType,
String inAttribute)
Creates a
UserAttribute object with the given attributes. |
public SimpleUserAttribute create(User inUser, UserAttributeType inType, String inAttribute)
UserAttributeFactoryUserAttribute object with the given attributes.create in interface UserAttributeFactoryinUser - a User valueinType - a UserAttributeType valueinAttribute - a String valueUserAttribute valuepublic SimpleUserAttribute create(UserAttribute inUserAttribute)
UserAttributeFactoryUserAttribute object from the given value.create in interface UserAttributeFactoryinUserAttribute - a UserAttribute valueUserAttribute valueCopyright © 2020. All rights reserved.