Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.auth.service
Class SpecificAuthChainDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.auth.service.SpecificAuthChainDescriptor

public class SpecificAuthChainDescriptor
extends Object


Constructor Summary
SpecificAuthChainDescriptor()
           
 
Method Summary
 List<String> computeResultingChain(List<String> defaultChain)
           
 List<String> getAllowedPlugins()
           
 Map<String,Pattern> getHeaderPatterns()
           
 List<String> getReplacementChain()
           
 List<Pattern> getUrlPatterns()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpecificAuthChainDescriptor

public SpecificAuthChainDescriptor()
Method Detail

getReplacementChain

public List<String> getReplacementChain()

getAllowedPlugins

public List<String> getAllowedPlugins()

getUrlPatterns

public List<Pattern> getUrlPatterns()

getHeaderPatterns

public Map<String,Pattern> getHeaderPatterns()

computeResultingChain

public List<String> computeResultingChain(List<String> defaultChain)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.