com.moximedia.ows
Class Registrations

java.lang.Object
  extended bycom.moximedia.ows.Registrations
All Implemented Interfaces:
java.io.Serializable

public class Registrations
extends java.lang.Object
implements java.io.Serializable

Handles script level registration.

Author:
Doug Cates - www.moximedia.com
See Also:
Serialized Form

Constructor Summary
Registrations()
          Creates a new instance of Registration
 
Method Summary
 void add(Registration item)
          Adds an authentication item to the collection.
 Registration get(java.lang.String name)
          Gets the authentication item for the named script.
 boolean has(java.lang.String name)
          Returns an indicator of whether the named script requires registration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registrations

public Registrations()
Creates a new instance of Registration

Method Detail

add

public void add(Registration item)
Adds an authentication item to the collection.

Parameters:
item - The registration ruleset for the script.

get

public Registration get(java.lang.String name)
Gets the authentication item for the named script.

Parameters:
name - The script name.
Returns:
The registration ruleset for the script, or null if there isn't one.

has

public boolean has(java.lang.String name)
Returns an indicator of whether the named script requires registration.

Parameters:
name - The script name.
Returns:
True if authentication is required, otherwise false.


Internet Mapping Framework for OpenGIS Java Object Model API (v1.3.007)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.