UserDelegationKeyHandler Class
- java.
lang. Object - DefaultHandler
- com.
microsoft. azure. storage. UserDelegationKeyHandler
- com.
public class UserDelegationKeyHandler
Method Summary
Method Details
characters
public void characters(char ch[], int start, int length)
Parameters:
ch
start
length
endElement
public void endElement(String uri, String localName, String qName)
Parameters:
uri
localName
qName
readUserDelegationKeyFromStream
public static UserDelegationKey readUserDelegationKeyFromStream(final InputStream stream)
Parameters:
stream
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes)
Parameters:
uri
localName
qName
attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java