weborb.security
Class RestrictionFactory

java.lang.Object
  extended by weborb.security.RestrictionFactory
All Implemented Interfaces:
IArgumentObjectFactory

public class RestrictionFactory
extends java.lang.Object
implements IArgumentObjectFactory

RestrictionFactory

Author:
Midnight Coders, LLC

Constructor Summary
RestrictionFactory()
           
 
Method Summary
 java.lang.Object createObject(IAdaptingType argument)
           
 IRestriction hostName(java.util.Map restrictionData)
           
 IRestriction ipRange(java.util.Map restrictionData)
           
 IRestriction roleName(java.util.Map restrictionData)
           
 IRestriction singleIP(java.util.Map restrictionData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestrictionFactory

public RestrictionFactory()
Method Detail

createObject

public java.lang.Object createObject(IAdaptingType argument)
Specified by:
createObject in interface IArgumentObjectFactory

singleIP

public IRestriction singleIP(java.util.Map restrictionData)

ipRange

public IRestriction ipRange(java.util.Map restrictionData)

hostName

public IRestriction hostName(java.util.Map restrictionData)

roleName

public IRestriction roleName(java.util.Map restrictionData)


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.