|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public 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
.public 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.Exception
public java.lang.String getUid()
public java.lang.String getJobTitle()
public java.lang.String getDepartment()
public java.lang.String getTitle()
public java.lang.String getSalutation()
public java.lang.String getFirstName()
public java.lang.String getLastName()
public java.lang.String getStreet()
public java.lang.String getCity()
public java.lang.String getZip()
public java.lang.String getState()
public java.lang.String getCountry()
public java.util.Locale getLocale()
public java.util.TimeZone getTimeZone()
public java.lang.String getCurrency()
public java.lang.String getTelephone()
public java.lang.String getCellPhone()
public java.lang.String getFax()
public java.lang.String getEmail()
public boolean isCompanyUser()
public java.lang.String getCompany()
public int getAccessibilityLevel()
public boolean isMemberOfRole(java.lang.String uniqueIdOfRole, boolean recursive)
uniqueIdOfRole
- Description of the Parameterrecursive
- Description of the Parameter
public boolean isMemberOfGroup(java.lang.String uniqueIdOfGroup, boolean recursive)
uniqueIdOfGroup
- Description of the Parameterrecursive
- Description of the Parameter
public java.lang.String getUniqueName()
public java.lang.Object getTransientAttribute(java.lang.String namespace, java.lang.String name)
namespace
- Description of the Parametername
- Description of the Parameter
public 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
public java.lang.String getName()
public java.lang.String getAttributeType(java.lang.String namespace, java.lang.String attributeName)
namespace
- Description of the ParameterattributeName
- Description of the Parameter
public boolean isMutable()
public void refresh() throws java.lang.Exception
java.lang.Exception
- Description of the Exceptionpublic boolean isExistenceChecked()
public java.lang.String[] getAttributeNames(java.lang.String namespace)
namespace
- Description of the Parameter
public java.lang.String[] getAttributeNamespaces()
public byte[] getBinaryAttribute(java.lang.String namespace, java.lang.String name)
namespace
- Description of the Parametername
- Description of the Parameter
public java.lang.String[] getAttribute(java.lang.String namespace, java.lang.String name)
namespace
- Description of the Parametername
- Description of the Parameter
public java.util.Date lastModified()
public java.util.Date created()
public java.lang.String getUniqueID()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |