com.moximedia.aims
Class AimsRegistrations

java.lang.Object
  extended bycom.moximedia.aims.AimsRegistrations
All Implemented Interfaces:
java.io.Serializable

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

Handles script level registration.

See Also:
Serialized Form

Constructor Summary
AimsRegistrations()
          Creates a new instance of AimsRegistration
 
Method Summary
 void add(AimsRegistration item)
          Adds an authentication item to the collection.
 AimsRegistration 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

AimsRegistrations

public AimsRegistrations()
Creates a new instance of AimsRegistration

Method Detail

add

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

Parameters:
item - The registration ruleset for the script.

get

public AimsRegistration 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.