Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2173/com/sun/xacml
Modified Files:
AbstractPolicy.java ConfigurationStore.java EvaluationCtx.java
Indenter.java MatchResult.java Obligation.java PDP.java
PDPConfig.java ParsingException.java Policy.java
PolicyReference.java PolicySet.java PolicyTreeElement.java
ProcessingException.java Rule.java Target.java
TargetMatch.java UnknownIdentifierException.java
Log Message:
added @since tags to all classes
Index: Obligation.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/Obligation.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Obligation.java 13 Feb 2004 17:55:32 -0000 1.4
--- Obligation.java 17 Mar 2004 18:03:37 -0000 1.5
***************
*** 62,65 ****
--- 62,66 ----
* AttriubteAssignmentType XML types.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: ProcessingException.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ProcessingException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ProcessingException.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- ProcessingException.java 17 Mar 2004 18:03:37 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)ProcessingException.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 ----
/*
! * @(#)ProcessingException.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 43,46 ****
--- 43,47 ----
* be resolved.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: EvaluationCtx.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/EvaluationCtx.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** EvaluationCtx.java 27 Oct 2003 04:44:01 -0000 1.5
--- EvaluationCtx.java 17 Mar 2004 18:03:37 -0000 1.6
***************
*** 3,7 ****
* @(#)EvaluationCtx.java
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 3,7 ----
* @(#)EvaluationCtx.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 79,86 ****
* of an evaluation if the values are being generated by the PDP (if the
* values are provided in the Request, then obviously they will remain
! * constant). The default behavior is for these environment values to be cached,
! * so that (for example) the current time remains constant over the course
! * of an evaluation.
*
* @author Seth Proctor
*/
--- 79,87 ----
* of an evaluation if the values are being generated by the PDP (if the
* values are provided in the Request, then obviously they will remain
! * constant). The default behavior is for these environment values to be
! * cached, so that (for example) the current time remains constant over the
! * course of an evaluation.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: TargetMatch.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/TargetMatch.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** TargetMatch.java 13 Feb 2004 17:55:32 -0000 1.5
--- TargetMatch.java 17 Mar 2004 18:03:37 -0000 1.6
***************
*** 75,78 ****
--- 75,79 ----
* Target match the corresponding attribute values in the request context.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: AbstractPolicy.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/AbstractPolicy.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** AbstractPolicy.java 13 Feb 2004 17:55:32 -0000 1.8
--- AbstractPolicy.java 17 Mar 2004 18:03:37 -0000 1.9
***************
*** 64,67 ****
--- 64,68 ----
* Represents an instance of an XACML policy.
*
+ * @since 1.0
* @author Seth Proctor
* @author Marco Barreno
Index: Indenter.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/Indenter.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Indenter.java 2 Sep 2003 21:39:44 -0000 1.3
--- Indenter.java 17 Mar 2004 18:03:37 -0000 1.4
***************
*** 1,7 ****
/*
! * @(#)Indenter.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 ----
/*
! * @(#)Indenter.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 45,48 ****
--- 45,49 ----
* formed according to a specified indent width and the given depth.
*
+ * @since 1.0
* @author Marco Barreno
* @author Seth Proctor
Index: PDPConfig.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/PDPConfig.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** PDPConfig.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- PDPConfig.java 17 Mar 2004 18:03:37 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)PDPConfig.java 1.5 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)PDPConfig.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 ----
* PDP should use.
*
+ * @since 1.0
* @author Seth Proctor
* @author Marco Barreno
Index: Target.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/Target.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Target.java 30 Sep 2003 14:51:58 -0000 1.5
--- Target.java 17 Mar 2004 18:03:37 -0000 1.6
***************
*** 1,7 ****
/*
! * @(#)Target.java 1.11 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)Target.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 57,60 ****
--- 57,61 ----
* policy, or rule) is applicable to a given request.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: PolicySet.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/PolicySet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PolicySet.java 25 Aug 2003 16:53:10 -0000 1.4
--- PolicySet.java 17 Mar 2004 18:03:37 -0000 1.5
***************
*** 1,7 ****
/*
! * @(#)PolicySet.java 1.11 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)PolicySet.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 63,66 ****
--- 63,67 ----
* URIs that point to policies and policy sets.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: MatchResult.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/MatchResult.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** MatchResult.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- MatchResult.java 17 Mar 2004 18:03:37 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)MatchResult.java 1.5 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)MatchResult.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 45,48 ****
--- 45,49 ----
* target doesn't match the input request, or the result is Indeterminate.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: PolicyReference.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/PolicyReference.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PolicyReference.java 20 Oct 2003 16:57:56 -0000 1.4
--- PolicyReference.java 17 Mar 2004 18:03:37 -0000 1.5
***************
*** 1,7 ****
/*
! * @(#)PolicyReference.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 ----
/*
! * @(#)PolicyReference.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 ----
* results of these calls, since the referenced policy may change.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: ParsingException.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ParsingException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** ParsingException.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- ParsingException.java 17 Mar 2004 18:03:37 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)ParsingException.java 1.3 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)ParsingException.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 41,44 ****
--- 41,45 ----
* Exception that gets thrown if any general parsing error occurs.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: UnknownIdentifierException.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/UnknownIdentifierException.java,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** UnknownIdentifierException.java 13 Feb 2003 22:19:10 -0000 1.1.1.1
--- UnknownIdentifierException.java 17 Mar 2004 18:03:37 -0000 1.2
***************
*** 1,7 ****
/*
! * @(#)UnknownIdentifierException.java 1.3 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)UnknownIdentifierException.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 42,45 ****
--- 42,46 ----
* identifier used in any of the standard factories.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: PolicyTreeElement.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/PolicyTreeElement.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PolicyTreeElement.java 25 Aug 2003 16:53:10 -0000 1.2
--- PolicyTreeElement.java 17 Mar 2004 18:03:37 -0000 1.3
***************
*** 3,7 ****
* @(#)PolicyTreeElement.java
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 3,7 ----
* @(#)PolicyTreeElement.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 52,55 ****
--- 52,56 ----
* tree as they never contain children.
*
+ * @since 1.1
* @author seth proctor
*/
Index: Policy.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/Policy.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Policy.java 29 Aug 2003 18:58:32 -0000 1.5
--- Policy.java 17 Mar 2004 18:03:37 -0000 1.6
***************
*** 1,7 ****
/*
! * @(#)Policy.java 1.10 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)Policy.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 61,64 ****
--- 61,65 ----
* a policy.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: Rule.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/Rule.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Rule.java 29 Aug 2003 18:58:32 -0000 1.4
--- Rule.java 17 Mar 2004 18:03:37 -0000 1.5
***************
*** 1,7 ****
/*
! * @(#)Rule.java 1.12 01/31/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)Rule.java
*
! * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
***************
*** 65,68 ****
--- 65,69 ----
* of most policies.
*
+ * @since 1.0
* @author Seth Proctor
*/
Index: ConfigurationStore.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/ConfigurationStore.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ConfigurationStore.java 15 Mar 2004 21:53:38 -0000 1.1
--- ConfigurationStore.java 17 Mar 2004 18:03:37 -0000 1.2
***************
*** 111,114 ****
--- 111,115 ----
* between now and the next release.
*
+ * @since 1.2
* @author Seth Proctor
*/
Index: PDP.java
===================================================================
RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/PDP.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PDP.java 25 Aug 2003 16:53:10 -0000 1.2
--- PDP.java 17 Mar 2004 18:03:37 -0000 1.3
***************
*** 1,7 ****
/*
! * @(#)PDP.java 1.13 01/30/03
*
! * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
--- 1,7 ----
/*
! * @(#)PDP.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 ----
* instantiating this object.
*
+ * @since 1.0
* @author Seth Proctor
*/
|