|
SilverStream eXtend Director 4.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This provides an interface to the User Info object which contains user information from user registration (mainly for Internet users).
| Field Summary | |
static String |
EL_FW_USER
User element type |
| Method Summary | |
String |
getAttributeValue(EbiContext context,
String attrname)
Gets user attribute by specified attribute name |
String |
getAttributeValue(String attrName)
Deprecated. |
byte[] |
getBlobAttributeContent(EbiContext context,
String attrname)
Gets a user blob attribute content. |
String |
getUserAuthenticatedRealmName()
Gets User's authenticated realm name. |
Collection |
getUserBlobAttrInfoList()
Get the user blob attribute list. |
String |
getUserDefaultGroupProfileName()
Deprecated. |
String |
getUserDefaultProfileName()
Deprecated. |
String |
getUserEmailAddress()
Gets User's email address. |
Collection |
getUserExtendedInfoList()
Get the user extended attributes list. |
String |
getUserFirstName()
Gets User's first name. |
String |
getUserID()
Gets User Identifier. |
String |
getUserLastName()
Gets User's last name. |
String |
getUserUUID()
Gets User UUID. |
void |
removeAttributeValue(EbiContext context,
String attrName)
Remove user attribute. |
void |
removeAttributeValue(String attrName)
Deprecated. |
void |
removeBlobAttributeContent(EbiContext context,
String attrname)
Remove a user blob attribute content. |
void |
setAttributeValue(EbiContext context,
String attrName,
String attrValue)
Sets user's attribute value. |
void |
setAttributeValue(String attrName,
String attrValue)
Deprecated. |
void |
setBlobAttributeContent(EbiContext context,
String attrname,
byte[] content)
Sets a user blob attribute content. |
void |
setUserAuthenticatedRealmName(String realmName)
Sets User's authenticated realm name. |
void |
setUserDefaultGroupProfileName(String groupProfileName)
Deprecated. |
void |
setUserDefaultProfileName(String profileName)
Deprecated. |
void |
setUserEmailAddress(String emailAddress)
Sets the user's email address. |
void |
setUserFirstName(String firstName)
Sets the user's first name. |
void |
setUserID(String userID)
Sets a user identifier. |
void |
setUserLastName(String lastName)
Sets the user's last name. |
void |
setUserUUID(String IID)
Set User UUID. |
| Methods implemented from interface com.sssw.fw.api.EbiFrameworkElement |
getElementUUID,
getLastModified,
getLastModifiedBy,
isEqualTo,
isReadOnly,
resetReadOnly,
setLastModified,
setLastModifiedBy,
setReadOnly |
| Methods implemented from interface com.sssw.fw.api.EbiElement |
getType |
| Field Detail |
public static final String EL_FW_USER
| Method Detail |
public String getUserUUID()
public void setUserUUID(String IID)
user - UUID.public String getUserID()
public void setUserID(String userID)
userID - a user id.public String getUserFirstName()
public void setUserFirstName(String firstName)
firstName - user's first name.public String getUserLastName()
public void setUserLastName(String lastName)
lastName - user's last name.public String getUserEmailAddress()
public void setUserEmailAddress(String emailAddress)
emailAddress - user's email address.public String getUserDefaultProfileName()
public void setUserDefaultProfileName(String profileName)
profileMame - name of user's default profile.public String getUserDefaultGroupProfileName()
public void setUserDefaultGroupProfileName(String groupProfileName)
groupProfileMame - Name of user's default group profile.public String getUserAuthenticatedRealmName()
public void setUserAuthenticatedRealmName(String realmName)
realmName - name of user's authenticated realm.public String getAttributeValue(String attrName)
attrName - the name of a specified user attribute.
public String getAttributeValue(EbiContext context,
String attrname)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.attrName - the name of a specified user attribute.
public void setAttributeValue(String attrName,
String attrValue)
attrName - the name of a specified user attribute.attrValue - the value of the specified attribute.
public void setAttributeValue(EbiContext context,
String attrName,
String attrValue)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.attrName - the name of a specified user attribute.attrValue - the value of the specified attribute.public void removeAttributeValue(String attrName)
attrName - the name of the attribute that needs to be removed.
public void removeAttributeValue(EbiContext context,
String attrName)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext objectattrName - the name of the attribute that needs to be removed.
public byte[] getBlobAttributeContent(EbiContext context,
String attrname)
throws EboUnrecoverableSystemException,
EboSecurityException
context - an EbiContext object.attrname - a blob attribute name.
public void setBlobAttributeContent(EbiContext context,
String attrname,
byte[] content)
throws EboUnrecoverableSystemException,
EboSecurityException
attrname - a user blob attribute name.content - the content of the blob attribute.
public void removeBlobAttributeContent(EbiContext context,
String attrname)
throws EboUnrecoverableSystemException,
EboSecurityException
attrname - the name of the attribute that needs to be removed.public Collection getUserExtendedInfoList()
public Collection getUserBlobAttrInfoList()
|
SilverStream eXtend Director 4.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||