rogerrut 2004/12/03 15:30:11 Modified: jetspeed-api/src/java/org/apache/jetspeed/sso SSOPrincipal.java Log: New member SiteID Revision Changes Path 1.2 +9 -2 jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/sso/SSOPrincipal.java Index: SSOPrincipal.java =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/sso/SSOPrincipal.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- SSOPrincipal.java 30 Nov 2004 18:18:13 -0000 1.1 +++ SSOPrincipal.java 3 Dec 2004 23:30:11 -0000 1.2 @@ -185,6 +185,13 @@ * Setter for the remotePrincipals */ public void setRemotePrincipals(Collection remotePrincipals) ; - - } + /** + * Getter for the siteID. + */ + public int getSiteID(); + /** + * Setter for thesiteID + */ + public void setSiteID(int siteID); +}
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]