Uses of Interface
info.magnolia.voting.Voter

Packages that use Voter
info.magnolia.cms.exchange   
info.magnolia.cms.filters   
info.magnolia.cms.security.auth.callback JAAS and Client callbacks 
info.magnolia.voting   
info.magnolia.voting.voters   
 

Uses of Voter in info.magnolia.cms.exchange
 

Subinterfaces of Voter in info.magnolia.cms.exchange
 interface Subscription
          Description of a path or area parent subscriber will react on.
 

Uses of Voter in info.magnolia.cms.filters
 

Methods in info.magnolia.cms.filters that return Voter
 Voter[] AbstractMgnlFilter.getBypasses()
           
 

Methods in info.magnolia.cms.filters with parameters of type Voter
 void AbstractMgnlFilter.addBypass(Voter voter)
           
 void AbstractMgnlFilter.setBypasses(Voter[] bypasses)
           
 

Uses of Voter in info.magnolia.cms.security.auth.callback
 

Methods in info.magnolia.cms.security.auth.callback that return Voter
 Voter AbstractHttpClientCallback.getVoters()
           
 

Methods in info.magnolia.cms.security.auth.callback with parameters of type Voter
 void AbstractHttpClientCallback.setVoters(Voter voters)
           
 

Uses of Voter in info.magnolia.voting
 

Methods in info.magnolia.voting with parameters of type Voter
 int Voting.vote(Voter<T>[] voters, T value)
           
 int DefaultVoting.vote(Voter<T>[] voters, T value)
           
 

Uses of Voter in info.magnolia.voting.voters
 

Classes in info.magnolia.voting.voters that implement Voter
 class AbstractBoolVoter<T>
          Used to create boolean voters which can't return integer values.
 class AuthenticatedVoter
          Checks if the current user is authenticated.
 class BasePatternVoter
          Voters which uses the urls to match against the pattern.
 class BaseVoterImpl<T>
          Abstract voter.
 class DelegateVoter<T>
          Check a magnolia system delegatePath.
 class DomainNameRegexVoter
          Checks if the request has domain that matches configured regex.
 class DontDispatchOnForwardAttributeVoter
          Deprecated. since 4.4, use WebContainerResourcesImpl instead
 class ExtensionVoter
          Parameters (as Magnolia's configuration nodes): allow: comma separated lists of allowed extensions. deny: comma separated lists of denied extensions. Returns: false if the extension is not a valid mimetype (as configured in config:/server/MIMEMapping. false if the allow list exists, but the extension is not in the allow list. false if the deny list exists and the extension is in the deny list. true in all other cases. Typed to Object, as it can vote on both a passed String, or the current MgnlContext.webContext if any.
 class FalseVoter
          Returns false.
 class ForwardVoter
          This voter returns true if the request has been forwarded.
 class IfVoter<T>
          Conditional voter.
 class InverseVoter<T>
          Inverses the returned value of the wrapped voter.
 class NotVoter<T>
          Does invert the boolean outcome of a voter.
 class OnAdminVoter
          Checks if the admin flag (config:/server/admin) is set.
 class PropertyVoter
          Checks if the named Magnolia property has the expected value.
 class RequestHasParametersVoter
          Checks if the request used the "POST" method or if there are request parameters.
 class ResponseContentTypeVoter
          A voter which checks the content type set on the response object against a list of allowed and/or rejected content types.
 class TrueVoter
          Used to set a default not 0 outcome value.
 class URIPatternVoter
          Checks if URI matches the pattern.
 class URIRegexVoter
          A voter taking a plain regex pattern which has to matched against the current uri.
 class URIStartsWithVoter
          Checks if the URI starts with the given pattern.
 class UserAgentVoter
          A voter which checks the user agent header in request object against a list of allowed and/or rejected user agents.
 class VoterSet<T>
          Can take a set of voters.
 

Methods in info.magnolia.voting.voters that return Voter
 Voter<T> IfVoter.getCondition()
           
 Voter<T> IfVoter.getOtherwise()
           
 Voter<T> IfVoter.getThen()
           
 Voter<T> InverseVoter.getVoter()
           
 Voter<T>[] VoterSet.getVoters()
           
 

Methods in info.magnolia.voting.voters with parameters of type Voter
 void VoterSet.addVoter(Voter<T> voter)
           
 void IfVoter.setCondition(Voter<T> condition)
           
 void IfVoter.setOtherwise(Voter<T> otherwise)
           
 void IfVoter.setThen(Voter<T> then)
           
 void InverseVoter.setVoter(Voter<T> vote)
           
 void VoterSet.setVoters(Voter<T>[] voters)
           
 int OrVoting.vote(Voter<T>[] voters, T value)
           
 int AndVoting.vote(Voter<T>[] voters, T value)
           
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.