Advertisement
Guest User

Untitled

a guest
Jun 13th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. DEBUG 09:15:30.349 (ServletContainerAuthenticationProvider) Trying to authenticate: org.modeshape.jcr.api.ServletCredentials@475ac8b9; FAD: org.fcrepo.auth.xacml.XACMLAuthorizationDelegate@7f795535
  2. DEBUG 09:15:30.350 (ContainerRolesPrincipalProvider) Checking for principals using ContainerRolesPrincipalProvider
  3. DEBUG 09:15:30.350 (ContainerRolesPrincipalProvider) Adding container role as principal: aic-imaging
  4. DEBUG 09:15:30.350 (ContainerRolesPrincipalProvider) Adding container role as principal: fedoraUser
  5. DEBUG 09:15:30.350 (ContainerRolesPrincipalProvider) Checking for principals using ContainerRolesPrincipalProvider
  6. DEBUG 09:15:30.350 (ContainerRolesPrincipalProvider) Adding container role as principal: aic-imaging
  7. DEBUG 09:15:30.350 (ContainerRolesPrincipalProvider) Adding container role as principal: fedoraUser
  8. DEBUG 09:15:30.350 (ServletContainerAuthenticationProvider) Trying to authenticate: null; FAD: org.fcrepo.auth.xacml.XACMLAuthorizationDelegate@7f795535
  9. DEBUG 09:15:30.351 (AccessRolesProvider) got rbacl: /resources/SI/authz:rbacl {jcr:primaryType=authz:Rbacl}
  10. DEBUG 09:15:30.351 (AbstractRolesAuthorizationDelegate) request principal matched role assignment: aic-imaging
  11. DEBUG 09:15:30.351 (AbstractRolesAuthorizationDelegate) roles for this request: [reader, writer]
  12. DEBUG 09:15:30.351 (AbstractRolesAuthorizationDelegate) [reader, writer] [read] /{}resources/{}SI
  13. DEBUG 09:15:30.351 (XACMLAuthorizationDelegate) effective roles: [reader, writer]
  14. DEBUG 09:15:30.351 (FedoraEvaluationCtxBuilder) RequestCtx dump:
  15. <Request>
  16. <Subject SubjectCategory="urn:oasis:names:tc:xacml:1.0:subject-category:access-subject">
  17. <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:subject:subject-id" DataType="http://www.w3.org/2001/XMLSchema#string"><AttributeValue>imgUser</AttributeValue></Attribute>
  18. <Attribute AttributeId="fcrepo-xacml:subject-role" DataType="http://www.w3.org/2001/XMLSchema#string"><AttributeValue>reader</AttributeValue></Attribute>
  19. <Attribute AttributeId="fcrepo-xacml:subject-role" DataType="http://www.w3.org/2001/XMLSchema#string"><AttributeValue>writer</AttributeValue></Attribute>
  20. </Subject>
  21. <Resource>
  22. <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:resource:resource-id" DataType="http://www.w3.org/2001/XMLSchema#string"><AttributeValue>/{}resources/{}SI</AttributeValue></Attribute>
  23. <Attribute AttributeId="urn:fedora:xacml:2.0:resource:resource-workspace" DataType="http://www.w3.org/2001/XMLSchema#string"><AttributeValue>collections</AttributeValue></Attribute>
  24. </Resource>
  25. <Action>
  26. <Attribute AttributeId="urn:oasis:names:tc:xacml:1.0:action:action-id" DataType="http://www.w3.org/2001/XMLSchema#string"><AttributeValue>read</AttributeValue></Attribute>
  27. <Attribute AttributeId="urn:fedora:xacml:2.0:environment:original-ip-address" DataType="http://www.w3.org/2001/XMLSchema#string"><AttributeValue>0:0:0:0:0:0:0:1</AttributeValue></Attribute>
  28. </Action>
  29. <Environment>
  30. </Environment>
  31. </Request>
  32.  
  33. DEBUG 09:15:30.352 (ServletContainerAuthenticationProvider) Trying to authenticate: null; FAD: org.fcrepo.auth.xacml.XACMLAuthorizationDelegate@7f795535
  34. WARN 09:15:30.352 (FedoraPolicyFinderModule) Failed to retrieve a policy for javax.jcr.ValueFormatException: This method cannot be called on a property with multiple values
  35. DEBUG 09:15:30.353 (XACMLAuthorizationDelegate) ResponseCtx dump:
  36. <Result ResourceId="">
  37. <Decision>NotApplicable</Decision>
  38. <Status>
  39. <StatusCode Value="urn:oasis:names:tc:xacml:1.0:status:ok"/>
  40. </Status>
  41. </Result>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement