public class SharedSecretChallengeResponseType extends ExtensionListType
Java class for SharedSecretChallengeResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharedSecretChallengeResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="method" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
method |
content
Constructor and Description |
---|
SharedSecretChallengeResponseType() |
Modifier and Type | Method and Description |
---|---|
String |
getMethod()
Gets the value of the method property.
|
void |
setMethod(String value)
Sets the value of the method property.
|
add, getContent, remove
protected String method
Copyright © 2016 JBoss by Red Hat. All rights reserved.