|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.identity.open.OpenProviders
public class OpenProviders
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 |
---|
public OpenProviders()
Method Detail |
---|
public void add(OpenProvider member)
member
- the member to addpublic OpenProvider get(String name)
name
- the open provider name
public int size()
public Collection<OpenProvider> values()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |