You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ro...@apache.org on 2004/12/04 00:30:11 UTC

cvs commit: jakarta-jetspeed-2/jetspeed-api/src/java/org/apache/jetspeed/sso SSOPrincipal.java

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: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org