|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.RDBMUserIdentityStore
SQL implementation for managing creation and removal of User Portal Data
Constructor Summary | |
RDBMUserIdentityStore()
|
Method Summary | |
int |
getPortalUID(IPerson person)
getuPortalUID - return a unique uPortal key for a user. |
int |
getPortalUID(IPerson person,
boolean createPortalData)
Get the portal user ID for this person object. |
void |
removePortalUID(int uPortalUID)
removeuPortalUID |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RDBMUserIdentityStore()
Method Detail |
public int getPortalUID(IPerson person) throws java.lang.Exception
getPortalUID
in interface IUserIdentityStore
person
- the person object
java.lang.Exception
- if no user is found.public void removePortalUID(int uPortalUID) throws java.lang.Exception
removePortalUID
in interface IUserIdentityStore
uPortalUID
- integer key to uPortal data for a user
java.sql.SQLException
- exception if a sql error is encountered
java.lang.Exception
public int getPortalUID(IPerson person, boolean createPortalData) throws AuthorizationException
getPortalUID
in interface IUserIdentityStore
person
- createPortalData
- indicating whether to try to create all uPortal data for this user from template prototype
AuthorizationException
- if createPortalData is false and no user is found
or if a sql error is encountered
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |