The marvel of the LoginContext

and the PrivilegedAction! The Calypso Admin application is progressing well. I'm now able to modify all of the LDAP data for users (except the picture, that can wait for later). This is all done via credentials provided at login and stored in a LoginContext. PrivelegedActions are then performed as the authenticated subject. eg: Subject currentSubject = CalypsoadminApp.userContext.getSubject(); PrivilegedAction currentGetUser … Continue Reading ››