Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.auth.service.OpenUrlDescriptor
All Implemented Interfaces:
Serializable

public class OpenUrlDescriptor
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
OpenUrlDescriptor()
           
 
Method Summary
 boolean allowByPassAuth(HttpServletRequest httpRequest)
           
 Pattern getCompiledDenyPattern()
           
 Pattern getCompiledGrantPattern()
           
 String getDenyPattern()
           
 String getGrantPattern()
           
 String getMethod()
           
 String getName()
           
 void setGrantPattern(String grantPattern)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenUrlDescriptor

public OpenUrlDescriptor()
Method Detail

getName

public String getName()

setGrantPattern

public void setGrantPattern(String grantPattern)

getGrantPattern

public String getGrantPattern()

getCompiledGrantPattern

public Pattern getCompiledGrantPattern()

getCompiledDenyPattern

public Pattern getCompiledDenyPattern()

getDenyPattern

public String getDenyPattern()

getMethod

public String getMethod()

allowByPassAuth

public boolean allowByPassAuth(HttpServletRequest httpRequest)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.