Class IssueAccessToken
- java.lang.Object
-
- org.wso2.carbon.identity.oauth2.stub.types.axis2.IssueAccessToken
-
- All Implemented Interfaces:
Serializable
,org.apache.axis2.databinding.ADBBean
public class IssueAccessToken extends Object implements org.apache.axis2.databinding.ADBBean
IssueAccessToken bean class- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IssueAccessToken.Factory
Factory class that keeps the parse method
-
Field Summary
Fields Modifier and Type Field Description protected OAuth2AccessTokenReqDTO
localTokenReqDTO
field for TokenReqDTOprotected boolean
localTokenReqDTOTracker
static QName
MY_QNAME
-
Constructor Summary
Constructors Constructor Description IssueAccessToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.om.OMElement
getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory)
XMLStreamReader
getPullParser(QName qName)
databinding method to get an XML representation of this objectOAuth2AccessTokenReqDTO
getTokenReqDTO()
Auto generated getter methodboolean
isTokenReqDTOSpecified()
void
serialize(QName parentQName, XMLStreamWriter xmlWriter)
void
serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType)
void
setTokenReqDTO(OAuth2AccessTokenReqDTO param)
Auto generated setter method
-
-
-
Field Detail
-
MY_QNAME
public static final QName MY_QNAME
-
localTokenReqDTO
protected OAuth2AccessTokenReqDTO localTokenReqDTO
field for TokenReqDTO
-
localTokenReqDTOTracker
protected boolean localTokenReqDTOTracker
-
-
Method Detail
-
isTokenReqDTOSpecified
public boolean isTokenReqDTOSpecified()
-
getTokenReqDTO
public OAuth2AccessTokenReqDTO getTokenReqDTO()
Auto generated getter method- Returns:
- org.wso2.carbon.identity.oauth2.stub.dto.OAuth2AccessTokenReqDTO
-
setTokenReqDTO
public void setTokenReqDTO(OAuth2AccessTokenReqDTO param)
Auto generated setter method- Parameters:
param
- TokenReqDTO
-
getOMElement
public org.apache.axiom.om.OMElement getOMElement(QName parentQName, org.apache.axiom.om.OMFactory factory) throws org.apache.axis2.databinding.ADBException
- Specified by:
getOMElement
in interfaceorg.apache.axis2.databinding.ADBBean
- Parameters:
parentQName
-factory
-- Returns:
- org.apache.axiom.om.OMElement
- Throws:
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
serialize
public void serialize(QName parentQName, XMLStreamWriter xmlWriter, boolean serializeType) throws XMLStreamException, org.apache.axis2.databinding.ADBException
- Specified by:
serialize
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
XMLStreamException
org.apache.axis2.databinding.ADBException
-
getPullParser
public XMLStreamReader getPullParser(QName qName) throws org.apache.axis2.databinding.ADBException
databinding method to get an XML representation of this object- Specified by:
getPullParser
in interfaceorg.apache.axis2.databinding.ADBBean
- Throws:
org.apache.axis2.databinding.ADBException
-
-