Spring Extensions

com.myjeeva.spring.security.util
Interface SecureUriMapper

All Known Implementing Classes:
SecureUriMapperImpl

public interface SecureUriMapper

SecureUriMapper implementations provide callers with information about which URI/URL Ant-style path patterns should be secured. Examples are provided below.

Part of this mapping code has been kindly borrowed from Apache Ant.

The mapping matches URLs using the following rules:

Some examples has been kindly borrowed from springsource docs:

Since:
v1.0.1
Author:
Jeevanandam ([email protected])

Method Summary
 String getPassKey(String uri)
          getting a pass key for given URI/URL
 

Method Detail

getPassKey

String getPassKey(String uri)
getting a pass key for given URI/URL

Parameters:
uri - a String object.
Returns:
pass key if success or null if no match

Spring Extensions

Copyright © 2010-2012 www.myjeeva.com, All rights reserved.

The copyright of the pages and contents on this website is with myjeeva.com and the content is licensed under Creative Commons Attribution-Share Alike 3.0 Unported License. Libraries and code snippets on myjeeva.com has license information.