Esri Geoportal Server
1.0

com.esri.gpt.framework.security.identity.open
Class OpenProviders

java.lang.Object
  extended by com.esri.gpt.framework.security.identity.open.OpenProviders

public class OpenProviders
extends Object

A collection of configured Openid or oAuth providers.


Constructor Summary
OpenProviders()
          Default constructor
 
Method Summary
 void add(OpenProvider member)
          Adds a member to the collection.
 OpenProvider get(String name)
          Gets the provider associated with a name.
 int size()
          Returns the size of the collection.
 Collection<OpenProvider> values()
          Returns the collection of values.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenProviders

public OpenProviders()
Default constructor

Method Detail

add

public void add(OpenProvider member)
Adds a member to the collection.

Parameters:
member - the member to add

get

public OpenProvider get(String name)
Gets the provider associated with a name.

Parameters:
name - the open provider name
Returns:
the associated concept (can be null)

size

public int size()
Returns the size of the collection.

Returns:
the size

values

public Collection<OpenProvider> values()
Returns the collection of values.

Returns:
the values

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.