org.picketlink.identity.federation.ws.trust
Class RequestSecurityTokenType
java.lang.Object
org.picketlink.identity.federation.ws.addressing.BaseAddressingType
org.picketlink.identity.federation.ws.addressing.AnyAddressingType
org.picketlink.identity.federation.ws.trust.RequestSecurityTokenType
public class RequestSecurityTokenType
- extends AnyAddressingType
Actual content model is non-deterministic, hence wildcard. The following shows intended content model:
Java class for RequestSecurityTokenType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestSecurityTokenType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any/>
</sequence>
<attribute name="Context" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected String context
RequestSecurityTokenType
public RequestSecurityTokenType()
getContext
public String getContext()
- Gets the value of the context property.
- Returns:
- possible object is
String
setContext
public void setContext(String value)
- Sets the value of the context property.
- Parameters:
value
- allowed object is String
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.