Skip to content

Commit

Permalink
Update javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
nianma authored and Andrew Woods committed Feb 19, 2015
1 parent f39a489 commit d3cb4bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Expand Up @@ -197,7 +197,7 @@ public final FedoraEvaluationCtxBuilder addActions(final String[] actions) {
}

/**
* @param remoteAddr
* @param remoteAddr the remote address
*/
public void addOriginalRequestIP(final String remoteAddr) {
final Attribute a = new Attribute(ATTRIBUTEID_ENVIRONMENT_ORIGINAL_IP_ADDRESS,
Expand Down
Expand Up @@ -88,8 +88,7 @@ public class TripleAttributeFinderModule extends AttributeFinderModule {
* Supports designators.
*
* @return if designator is supported.
* @see org.jboss.security.xacml.sunxacml.finder.AttributeFinderModule#
* isDesignatorSupported()
* @see org.jboss.security.xacml.sunxacml.finder.AttributeFinderModule#isDesignatorSupported()
*/
@Override
public final boolean isDesignatorSupported() {
Expand All @@ -110,7 +109,7 @@ public final Set<Integer> getSupportedDesignatorTypes() {
/**
* Finds the matching triples values.
*
* @attributeId The URI of the attribute key (the predicate of the triple)
* @param attributeId The URI of the attribute key (the predicate of the triple)
* @see org.jboss.security.xacml.sunxacml.finder.AttributeFinderModule#findAttribute (java.net.URI, java.net.URI,
* java.net.URI, java.net.URI, org.jboss.security.xacml.sunxacml.EvaluationCtx, int)
*/
Expand Down
Expand Up @@ -106,8 +106,8 @@ public class XACMLAuthorizationDelegate extends AbstractRolesAuthorizationDelega
/**
* Configures the delegate.
*
* @throws IOException
* @throws RepositoryException
* @throws IOException if IO exception occurred
* @throws RepositoryException if repository exception occurred
*/
@PostConstruct
public final void init() throws RepositoryException, IOException {
Expand Down

0 comments on commit d3cb4bc

Please sign in to comment.