Author Statistics for mlorch

Back to Index Page

Author Details

Login: mlorch
Fullname: mlorch
Revisions: 34
Lines of Code: 2210
Added Lines of Code: 3048
Lines of Code per Change: 65.0

Lines Of Code (per Author)

Lines Of Code for mlorch (per module)

Activity

Commit Log

DateAuthorFile/Message
3/10/05 3:42 PMmlorch
improved XACML PDP integration and documentation, changed program flow, no

longer uses AttributeFinder to query GUMS but rather queries GUMS up front

and includes this data in XACML request
(1 Files changed, 180 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/service/PRIMAAuthorizationServiceImpl.java 1.2 (+180 -121)
3/10/05 11:03 AMmlorch
added toString function (1 Files changed, 14 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/common/GridId.java 1.2 (+14 -1)
3/9/05 9:30 AMmlorch
New Authorization Services - prototype state (6 Files changed, 192 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/service/undeploy.wsdd 1.2 (+1 -0)
components/privilege/src/java/org/opensciencegrid/authz/service/StorageAuthorizationService.java 1.1 added
components/privilege/src/java/org/opensciencegrid/authz/service/deploy.wsdd 1.3 (+70 -0)
components/privilege/src/java/org/opensciencegrid/authz/service/PRIMAAuthorizationServiceImpl.java 1.1 added
components/privilege/src/java/org/opensciencegrid/authz/service/PRIMAAuthorizationService.java 1.1 added
components/privilege/src/java/org/opensciencegrid/authz/service/StorageAuthorizationServiceImpl.java 1.1 added
2/24/05 2:12 PMmlorch
changed one logging call to return an "error" instead of a "debug" type message (1 Files changed, 1 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/client/SAMLAuthZClientBase.java 1.3 (+1 -1)
2/24/05 1:30 PMmlorch
fixed typo in RootPath and HomePath Obligation Ids (1 Files changed, 2 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/common/OSGAuthorizationConstants.java 1.4 (+2 -2)
2/24/05 1:28 PMmlorch
fixed simple bug in parsing of RelHomePathObligation (1 Files changed, 2 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/client/SAMLAuthZClientBase.java 1.2 (+2 -2)
1/26/05 1:59 PMmlorch
dded interface description of how mapCredential responses from

mapping service are treated in the authorize method
(1 Files changed, 7 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/service/BasicMappingAuthZService.java 1.4 (+7 -0)
1/24/05 5:17 PMmlorch
rewritten to use the new SAMLAuthZClientBase class, is now being

used by the sample SAMLAuthZClient program
(1 Files changed, 40 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/client/GRIDIdentityMappingServiceClient.java 1.2 (+40 -15)
1/24/05 5:16 PMmlorch
New Base class for authorization service clients (1 Files changed, 547 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/client/SAMLAuthZClientBase.java 1.1 added 547
1/24/05 5:15 PMmlorch
Completely reworked, most logic moved to new SAMLAuthZClientBase class (1 Files changed, 32 Lines changed)
components/privilege/src/java/org/opensciencegrid/authz/client/SAMLAuthZClient.java 1.4 (+32 -473)