[Sunxacml-commit] sunxacml/com/sun/xacml TargetSection.java,1.1,1.2
Brought to you by:
farrukh_najmi,
sethp
From: Seth P. <se...@us...> - 2006-02-13 23:22:55
|
Update of /cvsroot/sunxacml/sunxacml/com/sun/xacml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8962/com/sun/xacml Modified Files: TargetSection.java Log Message: small documentation cleanup Index: TargetSection.java =================================================================== RCS file: /cvsroot/sunxacml/sunxacml/com/sun/xacml/TargetSection.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TargetSection.java 5 Dec 2005 23:34:51 -0000 1.1 --- TargetSection.java 13 Feb 2006 23:22:46 -0000 1.2 *************** *** 3,7 **** * @(#)TargetSection.java * ! * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without --- 3,7 ---- * @(#)TargetSection.java * ! * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without *************** *** 72,82 **** /** ! * Constructor that takes a group and a version. The if the group is * null or empty, then this represents a section that matches any request. * * @param matchGroups a possibly null <code>List</code> of * <code>TargetMatchGroup</code>s * @param xacmlVersion the version XACML being used - * @param matchType */ public TargetSection(List matchGroups, int matchType, int xacmlVersion) { --- 72,82 ---- /** ! * Constructor that takes a group and a version. If the group is * null or empty, then this represents a section that matches any request. * * @param matchGroups a possibly null <code>List</code> of * <code>TargetMatchGroup</code>s + * @param matchType the type as defined in <code>TargetMatch</code> * @param xacmlVersion the version XACML being used */ public TargetSection(List matchGroups, int matchType, int xacmlVersion) { *************** *** 94,99 **** * * @param root the node to parse for the <code>Target</code> ! * @param matchType ! * @param metaData * * @return a new <code>Target</code> constructed by parsing --- 94,99 ---- * * @param root the node to parse for the <code>Target</code> ! * @param matchType the type as defined in <code>TargetMatch</code> ! * @param metaData the meta-data from the enclosing policy * * @return a new <code>Target</code> constructed by parsing |