...
- org.jasig.portal.channels.webmail.security.IOpaqueCredentials is referenced from UBC webmail code. This interface stores password or passphrase information for authentication. We need some replacement for this. Currently(up3-rc1) uP3 does not provide a way to store credentials. This might be an important requirement for multiserver authentication. The related classes in UBC webmail are CachedMultiServerAuthentication, CachedCredentialsAuthentication etc.
- In RUTGERS sepcific case we need to get the location of the user since we have three main campuses located physically far from each other. The PersonImpl is used to get the location of the user that gets populated from the ldap.
- PortalControlStructures is referenced. This object is passed to special channels.
- PortalSessionManager e.g. PortalSessionManager.IDEMPOTENT_URL_TAG
- org.jasig.portal.utils.XML e.g. XML.serializeNode(doc);
- org.jasig.portal.services.GroupService
- AuthorizationService e.g. IGroupMember me = AuthorizationService.instance()
.getGroupMember(
ws.getStaticData().getAuthorizationPrincipal());
Replacements:
Refactor your code to use following replacement
...