Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2173/com/sun/xacml/finder
Modified Files:
AttributeFinder.java AttributeFinderModule.java
PolicyFinder.java PolicyFinderModule.java
PolicyFinderResult.java ResourceFinder.java
ResourceFinderModule.java ResourceFinderResult.java
Log Message:
added @since tags to all classes
Index: PolicyFinder.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/PolicyFinder.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PolicyFinder.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- PolicyFinder.java 17 Mar 2004 18:03:39 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)PolicyFinder.java 1.4 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)PolicyFinder.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 73,76 ****
--- 73,77 ----
* modules you include, and how they can cache policy data.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: AttributeFinder.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/AttributeFinder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AttributeFinder.java 29 Aug 2003 18:58:33 -0000 1.2
--- AttributeFinder.java 17 Mar 2004 18:03:39 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)AttributeFinder.java 1.6 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)AttributeFinder.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 66,69 ****
--- 66,70 ----
* in order until it finds a value or runs out of modules.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: PolicyFinderModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/PolicyFinderModule.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PolicyFinderModule.java 13 Feb 2003 22:19:13 -0000 1.1.1.1
--- PolicyFinderModule.java 17 Mar 2004 18:03:39 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)PolicyFinderModule.java 1.2 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)PolicyFinderModule.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 48,51 ****
--- 48,52 ----
* implement the methods for the features they're supporting.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: AttributeFinderModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/AttributeFinderModule.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** AttributeFinderModule.java 29 Aug 2003 18:58:33 -0000 1.2
--- AttributeFinderModule.java 17 Mar 2004 18:03:39 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)AttributeFinderModule.java 1.4 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)AttributeFinderModule.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 54,57 ****
--- 54,58 ----
* implement the methods for the features they're supporting.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: PolicyFinderResult.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/PolicyFinderResult.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PolicyFinderResult.java 13 Feb 2003 22:19:13 -0000 1.1.1.1
--- PolicyFinderResult.java 17 Mar 2004 18:03:39 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)PolicyFinderResult.java 1.4 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)PolicyFinderResult.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 51,54 ****
--- 51,55 ----
* so the result from calling findPolicy can never be more than one policy.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: ResourceFinder.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/ResourceFinder.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ResourceFinder.java 13 Feb 2003 22:19:13 -0000 1.1.1.1
--- ResourceFinder.java 17 Mar 2004 18:03:39 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)ResourceFinder.java 1.6 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)ResourceFinder.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 60,63 ****
--- 60,64 ----
* the modules in this finder.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: ResourceFinderResult.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/ResourceFinderResult.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ResourceFinderResult.java 13 Feb 2003 22:19:13 -0000 1.1.1.1
--- ResourceFinderResult.java 17 Mar 2004 18:03:39 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)ResourceFinderResult.java 1.6 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)ResourceFinderResult.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 50,53 ****
--- 50,54 ----
* that had an error.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: ResourceFinderModule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/finder/ResourceFinderModule.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ResourceFinderModule.java 13 Feb 2003 22:19:13 -0000 1.1.1.1
--- ResourceFinderModule.java 17 Mar 2004 18:03:39 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)ResourceFinderModule.java 1.5 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)ResourceFinderModule.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 46,49 ****
--- 46,50 ----
* implement the methods for the features they're supporting.
*
+ * @since 1.0
* @author Seth Proctor
*/
|