net.sf.jguard.core.authorization.protocol
Class ProtocolFactory

java.lang.Object
  extended by net.sf.jguard.core.authorization.protocol.ProtocolFactory

public class ProtocolFactory
extends java.lang.Object

Author:
Charles Gay

Constructor Summary
ProtocolFactory()
           
 
Method Summary
static Protocol getProtocol(java.lang.String scheme)
           
static void registerProtocol(Protocol protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolFactory

public ProtocolFactory()
Method Detail

getProtocol

public static Protocol getProtocol(java.lang.String scheme)
Parameters:
scheme -
Returns:
Protocol associated with the requested scheme

registerProtocol

public static void registerProtocol(Protocol protocol)


Copyright © 2004-2009. All Rights Reserved.