|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RelyingParty | |
---|---|
com.dyuproject.openid |
Uses of RelyingParty in com.dyuproject.openid |
---|
Fields in com.dyuproject.openid declared as RelyingParty | |
---|---|
protected RelyingParty |
OpenIdServletFilter._relyingParty
|
Methods in com.dyuproject.openid that return RelyingParty | |
---|---|
RelyingParty |
RelyingParty.addListener(RelyingParty.Listener listener)
Adds a custom listener. |
RelyingParty |
RelyingParty.addResolver(Identifier.Resolver resolver)
Adds a custom resolver. |
static RelyingParty |
RelyingParty.getInstance()
Gets the default instance configured from the properties file found in the default resource path . |
RelyingParty |
OpenIdServletFilter.getRelyingParty()
Gets the configured relying party. |
static RelyingParty |
RelyingParty.newInstance(InputStream in)
Creates a new instance from the specified InputStream in , which will be
parsed/loaded to a Properties . |
static RelyingParty |
RelyingParty.newInstance(Properties properties)
Creates a new instance configured from the given properties . |
static RelyingParty |
RelyingParty.newInstance(String resourceLoc)
Creates a new instance from the specified resourceLoc in the classpath, which
will be parsed/loaded to a Properties . |
static RelyingParty |
RelyingParty.newInstance(URL resource)
Creates a new instance from the specified URL resource , which will be
parsed/loaded to a Properties . |
Methods in com.dyuproject.openid with parameters of type RelyingParty | |
---|---|
static boolean |
OpenIdServletFilter.handle(HttpServletRequest request,
HttpServletResponse response,
RelyingParty relyingParty,
OpenIdServletFilter.ForwardUriHandler forwardUriHandler,
String forwardUri)
Returns true if the user associated with this request is authenticated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |