org.jboss.portal.identity.helper
Class IdentityTools

java.lang.Object
  extended by org.jboss.portal.identity.helper.IdentityTools

public class IdentityTools
extends java.lang.Object

Version:
$Revision: 0.1 $
Author:
Boleslaw Dawidowicz

Constructor Summary
IdentityTools()
           
 
Method Summary
static java.util.Set findSecuredURLs(org.apache.catalina.Context context)
          It returns all the urls from security-constraint part of web.xml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityTools

public IdentityTools()
Method Detail

findSecuredURLs

public static java.util.Set findSecuredURLs(org.apache.catalina.Context context)
It returns all the urls from security-constraint part of web.xml

Parameters:
context -
Returns: