Uses of Class
uk.ac.soton.itinnovation.grid.types.MatchPattern

Packages that use MatchPattern
sample GRIA Service Developer Kit sample packages. 
sample.impl   
uk.ac.soton.ecs.iam.grid.comms.client   
uk.ac.soton.itinnovation.grid.client.proxy   
uk.ac.soton.itinnovation.grid.comms.job   
uk.ac.soton.itinnovation.grid.comms.membership   
uk.ac.soton.itinnovation.grid.pbac2.pdp   
uk.ac.soton.itinnovation.grid.service.job   
uk.ac.soton.itinnovation.grid.service.membership   
uk.ac.soton.itinnovation.grid.service.utils.gridservit   
uk.ac.soton.itinnovation.grid.types   
uk.ac.soton.itinnovation.grid.utils   
 

Uses of MatchPattern in sample
 

Methods in sample with parameters of type MatchPattern
 org.apache.axis.message.addressing.EndpointReferenceType SampleService.createSampleResource(String label, MatchPattern owner)
          Create a new resource.
 

Uses of MatchPattern in sample.impl
 

Methods in sample.impl with parameters of type MatchPattern
 org.apache.axis.message.addressing.EndpointReferenceType SampleServiceImpl.createSampleResource(String label, MatchPattern owner)
           
 

Uses of MatchPattern in uk.ac.soton.ecs.iam.grid.comms.client
 

Methods in uk.ac.soton.ecs.iam.grid.comms.client that return MatchPattern
 MatchPattern JobServiceHelpers.createMatchPattern()
           
 MatchPattern DataServiceHelpers.createMatchPattern()
           
 MatchPattern DataConversation.createMatchPattern()
          Get a pattern that matches this service.
 MatchPattern RemoteService.createMatchPattern()
          Deprecated. 
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.client.proxy
 

Methods in uk.ac.soton.itinnovation.grid.client.proxy that return MatchPattern
 MatchPattern LegacyProxyHelpers.createMatchPattern()
          Deprecated. 
protected  MatchPattern LegacyProxyHelpers.getClientMatchPattern()
          Return a pattern that matches this client user.
 MatchPattern LegacyProxyHelpers.getServiceMatchPattern()
           
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.comms.job
 

Methods in uk.ac.soton.itinnovation.grid.comms.job with parameters of type MatchPattern
 Document JobService.createJobJSDL(Document jsdl, MatchPattern owner)
          Create a new job.
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.comms.membership
 

Methods in uk.ac.soton.itinnovation.grid.comms.membership that return MatchPattern
 MatchPattern MembershipGroupResource.getMembershipPattern()
          Get a pattern to match group members.
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.pbac2.pdp
 

Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp with parameters of type MatchPattern
 void GroupUtils.ensureSpecialGroup(String resourceID, MatchPattern... members)
          Ensure that this group exists, and has the given members.
static void PBACUtils.validatePattern(MatchPattern pattern, SubjectDescription currentUser)
          Ensure that the pattern matches 'currentUser'.
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.service.job
 

Methods in uk.ac.soton.itinnovation.grid.service.job with parameters of type MatchPattern
 Document JobServiceModule.createJobJSDL(Document jsdl, MatchPattern owner)
           
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.service.membership
 

Methods in uk.ac.soton.itinnovation.grid.service.membership that return MatchPattern
 MatchPattern MembershipGroupResourceImpl.getMembershipPattern()
           
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.service.utils.gridservit
 

Methods in uk.ac.soton.itinnovation.grid.service.utils.gridservit that return MatchPattern
 MatchPattern GridServiceLite.getServiceMatchPattern()
           
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.types
 

Fields in uk.ac.soton.itinnovation.grid.types declared as MatchPattern
protected  MatchPattern PolicyRule.matchPattern
           
 

Methods in uk.ac.soton.itinnovation.grid.types that return MatchPattern
static MatchPattern MatchPattern.createAnyonePattern()
          Create a pattern that will match anyone at all.
 MatchPattern MatchRule.extractMatchPattern()
          Return the pattern component of this rule.
 MatchPattern PolicyRule.getMatchPattern()
           
 MatchPattern IdentifiableResource.getServiceMatchPattern()
          Returns a pattern that will match this service, when it acts as a client to another service.
 

Methods in uk.ac.soton.itinnovation.grid.types with parameters of type MatchPattern
 boolean ParsedSubjectDescription.matchedBy(MatchPattern matchPattern)
          Check whether this rule matches.
 void PolicyRule.setMatchPattern(MatchPattern value)
           
 

Constructors in uk.ac.soton.itinnovation.grid.types with parameters of type MatchPattern
MatchPattern(MatchPattern rule)
          Create a rule based on an existing one.
MatchRule(MatchPattern pattern, String processRole, boolean deny)
          Create a rule from a pattern.
PolicyRule(MatchPattern pattern, String role)
          Convenience constructor for SUFFICIENT rules.
PolicyRule(MatchPattern pattern, String role, PolicyRuleType type)
           
 

Uses of MatchPattern in uk.ac.soton.itinnovation.grid.utils
 

Methods in uk.ac.soton.itinnovation.grid.utils that return MatchPattern
 MatchPattern Identity.getMatchPattern()
          Return a pattern that matches this identity.
 



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.