public interface Provider
| Modifier and Type | Interface and Description |
|---|---|
static class |
Provider.Always
Always returns the same identity (mostly used for unit testing).
|
static interface |
Provider.Redirect
Annotates a provider that requires redirecting
right after authentication.
|
static interface |
Provider.Visible
Visible provider, for end-user.
|
Identity identity() throws IOException
Identity.ANONYMOUS if can't authenticate.Identity.ANONYMOUS)IOException - If failed for some exceptional reasonCopyright © 2011–2014 ReXSL.com. All rights reserved.