com.ibm.mashups.enabler.user
Interface CurrentUser

All Superinterfaces:
Entity, Identifiable, User

public CurrentUser
extends User

Interface representing the current user


Method Summary
 String getJ2EEPrincipalName()
           Returns the J2EE principalName attribute, if there is one
 
Methods inherited from interface com.ibm.mashups.enabler.user.User
getLoginName, getSN, getEmail, setAttribute, removeAttribute
 
Methods inherited from interface com.ibm.mashups.enabler.user.Entity
getDisplayName, getCN, getAttribute, getReadOnlyAttributeNames, getReadWriteAttributeNames, getAttributeNames, isVirtual, getVirtualType, getEntityType
 
Methods inherited from interface com.ibm.mashups.enabler.Identifiable
getID
 

Method Detail

getJ2EEPrincipalName

String getJ2EEPrincipalName()
Returns the J2EE principalName attribute, if there is one

Returns:
the J2EE principal name; may be null.


Copyright IBM Corp. 2010 All Rights Reserved.