|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface User
Title: User Description: MI User management Copyright: Copyright (c) 2003 SAP Company: SAP
| Method Summary | |
|---|---|
void |
checkPermission(Permission permission)
If the user has the specified permission, this method does nothing. |
java.util.Date |
created()
Method not supported |
int |
getAccessibilityLevel()
Method not supported |
java.lang.String[] |
getAttribute(java.lang.String namespace,
java.lang.String name)
Method not supported |
java.lang.String[] |
getAttributeNames(java.lang.String namespace)
Method not supported |
java.lang.String[] |
getAttributeNamespaces()
Method not supported |
java.lang.String |
getAttributeType(java.lang.String namespace,
java.lang.String attributeName)
Method not supported |
byte[] |
getBinaryAttribute(java.lang.String namespace,
java.lang.String name)
Method not supported |
java.lang.String |
getCellPhone()
Method not supported |
java.lang.String |
getCity()
Method not supported |
java.lang.String |
getCompany()
Method not supported |
java.lang.String |
getCountry()
Method not supported |
java.lang.String |
getCurrency()
Method not supported |
java.lang.String |
getDepartment()
Method not supported |
java.lang.String |
getEmail()
Method not supported |
java.lang.String |
getFax()
Method not supported |
java.lang.String |
getFirstName()
Method not supported |
java.lang.String |
getJobTitle()
Method not supported |
java.lang.String |
getLastName()
Method not supported |
java.util.Locale |
getLocale()
Gets the users default locale |
java.lang.String |
getName()
Method not supported |
java.lang.String |
getSalutation()
Method not supported |
java.lang.String |
getState()
Method not supported |
java.lang.String |
getStreet()
Method not supported |
java.lang.String |
getTelephone()
Method not supported |
java.util.TimeZone |
getTimeZone()
Gets the users default timezone |
java.lang.String |
getTitle()
Method not supported |
java.lang.Object |
getTransientAttribute(java.lang.String namespace,
java.lang.String name)
Method not supported |
java.lang.String |
getUid()
Method not supported |
java.lang.String |
getUniqueID()
Gets the user's logon name. |
java.lang.String |
getUniqueName()
Method not supported |
java.lang.String |
getZip()
Method not supported |
boolean |
hasPermission(Permission permission)
Returns true if the user has
the given permission. |
boolean |
isCompanyUser()
Method not supported |
boolean |
isExistenceChecked()
Method not supported |
boolean |
isMemberOfGroup(java.lang.String uniqueIdOfGroup,
boolean recursive)
Method not supported |
boolean |
isMemberOfRole(java.lang.String uniqueIdOfRole,
boolean recursive)
Method not supported |
boolean |
isMutable()
Method not supported |
java.util.Date |
lastModified()
Method not supported |
void |
refresh()
Method not supported |
boolean |
setTransientAttribute(java.lang.String namespace,
java.lang.String name,
java.lang.Object o)
Method not supported |
| Method Detail |
|---|
boolean hasPermission(Permission permission)
true if the user has
the given permission.
permission - com.sap.ip.me.api.security.Permission object which is checked
true if the user has
the given permission.
void checkPermission(Permission permission)
throws java.lang.Exception
permission, this method does nothing. If not, it will
throw an PermissionException, and possibly trigger
appropriate tracing action.
PermissionException - if the user doesn't have the specified
permission
java.lang.Exceptionjava.lang.String getUid()
java.lang.String getJobTitle()
java.lang.String getDepartment()
java.lang.String getTitle()
java.lang.String getSalutation()
java.lang.String getFirstName()
java.lang.String getLastName()
java.lang.String getStreet()
java.lang.String getCity()
java.lang.String getZip()
java.lang.String getState()
java.lang.String getCountry()
java.util.Locale getLocale()
java.util.TimeZone getTimeZone()
java.lang.String getCurrency()
java.lang.String getTelephone()
java.lang.String getCellPhone()
java.lang.String getFax()
java.lang.String getEmail()
boolean isCompanyUser()
java.lang.String getCompany()
int getAccessibilityLevel()
boolean isMemberOfRole(java.lang.String uniqueIdOfRole,
boolean recursive)
uniqueIdOfRole - Description of the Parameterrecursive - Description of the Parameter
boolean isMemberOfGroup(java.lang.String uniqueIdOfGroup,
boolean recursive)
uniqueIdOfGroup - Description of the Parameterrecursive - Description of the Parameter
java.lang.String getUniqueName()
java.lang.Object getTransientAttribute(java.lang.String namespace,
java.lang.String name)
namespace - Description of the Parametername - Description of the Parameter
boolean setTransientAttribute(java.lang.String namespace,
java.lang.String name,
java.lang.Object o)
namespace - The new transientAttribute valuename - The new transientAttribute valueo - The new transientAttribute value
java.lang.String getName()
java.lang.String getAttributeType(java.lang.String namespace,
java.lang.String attributeName)
namespace - Description of the ParameterattributeName - Description of the Parameter
boolean isMutable()
void refresh()
throws java.lang.Exception
java.lang.Exception - Description of the Exceptionboolean isExistenceChecked()
java.lang.String[] getAttributeNames(java.lang.String namespace)
namespace - Description of the Parameter
java.lang.String[] getAttributeNamespaces()
byte[] getBinaryAttribute(java.lang.String namespace,
java.lang.String name)
namespace - Description of the Parametername - Description of the Parameter
java.lang.String[] getAttribute(java.lang.String namespace,
java.lang.String name)
namespace - Description of the Parametername - Description of the Parameter
java.util.Date lastModified()
java.util.Date created()
java.lang.String getUniqueID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||