Uses of Class
org.wso2.solutions.identity.relyingparty.openid.OpenIDRequestType

Packages that use OpenIDRequestType
org.wso2.solutions.identity.relyingparty.openid   
 

Uses of OpenIDRequestType in org.wso2.solutions.identity.relyingparty.openid
 

Methods in org.wso2.solutions.identity.relyingparty.openid that return OpenIDRequestType
static OpenIDRequestType OpenIDRequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OpenIDRequestType[] OpenIDRequestType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.wso2.solutions.identity.relyingparty.openid that return types with arguments of type OpenIDRequestType
 java.util.ArrayList<OpenIDRequestType> OpenIDAuthenticationRequest.getRequestTypes()
           
 

Methods in org.wso2.solutions.identity.relyingparty.openid with parameters of type OpenIDRequestType
 void OpenIDAuthenticationRequest.addRequestType(OpenIDRequestType requestType)
          Indicate what sort of attributes being requested.
 OpenIDExtension OpenIDExtensionFactory.getExtension(OpenIDRequestType type)
          Create an instance of the OpenIDExtension based on the OpenID request type