org.sonatype.plexus.components.sec.dispatcher
Class SecUtil

java.lang.Object
  extended by org.sonatype.plexus.components.sec.dispatcher.SecUtil

public class SecUtil
extends Object

Version:
$Id: SecUtil.java 877 2009-02-11 21:58:35Z oleg $
Author:
Oleg Gusakov

Field Summary
static String PROTOCOL_DELIM
           
static int PROTOCOL_DELIM_LEN
           
static String[] URL_PROTOCOLS
           
 
Constructor Summary
SecUtil()
           
 
Method Summary
static Map getConfig(SettingsSecurity sec, String name)
           
static SettingsSecurity read(String location, boolean cycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_DELIM

public static final String PROTOCOL_DELIM
See Also:
Constant Field Values

PROTOCOL_DELIM_LEN

public static final int PROTOCOL_DELIM_LEN

URL_PROTOCOLS

public static final String[] URL_PROTOCOLS
Constructor Detail

SecUtil

public SecUtil()
Method Detail

read

public static SettingsSecurity read(String location,
                                    boolean cycle)
                             throws SecDispatcherException
Throws:
SecDispatcherException

getConfig

public static Map getConfig(SettingsSecurity sec,
                            String name)


Copyright © 2008-2011. All Rights Reserved.