|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.solutions.identity.relyingparty.openid.OpenIDExtensionFactory
public class OpenIDExtensionFactory
Method Summary | |
---|---|
OpenIDExtension |
getExtension(OpenIDRequestType type)
Create an instance of the OpenIDExtension based on the OpenID request type |
OpenIDExtension |
getExtension(java.lang.String alias,
org.openid4java.message.AuthSuccess auth)
Create an instance of the OpenIDExtension based on the OpenID extension type |
static OpenIDExtensionFactory |
getInstance()
Returns a singleton instance of OpenIDExtensionFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static OpenIDExtensionFactory getInstance()
public OpenIDExtension getExtension(OpenIDRequestType type)
type
- Type of the OpenID request
public OpenIDExtension getExtension(java.lang.String alias, org.openid4java.message.AuthSuccess auth)
alias
- Extension aliasauth
- AuthSuccess instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |