|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dyuproject.openid.Identifier.ResolverCollection
public static class Identifier.ResolverCollection
Allows for chaining the resolution until it is successfully resolved.
Constructor Summary | |
---|---|
Identifier.ResolverCollection()
|
Method Summary | |
---|---|
Identifier.ResolverCollection |
addResolver(Identifier.Resolver resolver)
Adds a resolver to the chain. |
Identifier.Resolver[] |
getResolvers()
Gets the wrapped array of resolvers. |
int |
indexOf(Identifier.Resolver resolver)
Gets the index of the given resolver. |
void |
resolve(Identifier identifier,
OpenIdContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Identifier.ResolverCollection()
Method Detail |
---|
public Identifier.ResolverCollection addResolver(Identifier.Resolver resolver)
public int indexOf(Identifier.Resolver resolver)
public Identifier.Resolver[] getResolvers()
public void resolve(Identifier identifier, OpenIdContext context)
resolve
in interface Identifier.Resolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |