| com.sun.xml.ws.security.trust.elements.RequestSecurityToken
All known Subclasses: com.sun.xml.ws.security.trust.impl.elements.RequestSecurityTokenImpl, com.sun.xml.ws.security.trust.impl.wssx.elements.RequestSecurityTokenImpl,
PUBLIC_KEY_TYPE | final public static String PUBLIC_KEY_TYPE(Code) | | Predefined constants for the Type of Key desired in the Security Token
Values for the wst:KeyType parameter
|
SYMMETRIC_KEY_TYPE | final public static String SYMMETRIC_KEY_TYPE(Code) | | |
getAny | List<Object> getAny()(Code) | | Gets the value of the any property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Element Object |
getClaims | Claims getClaims()(Code) | | Get the desired claims settings for the token if specified, null otherwise
|
getOtherAttributes | Map<QName, String> getOtherAttributes()(Code) | | Gets a map that contains attributes that aren't bound to any typed property on this class.
the map is keyed by the name of the attribute and
the value is the string value of the attribute.
the map returned by this method is live, and you can add new attribute
by updating the map directly. Because of this design, there's no setter.
always non-null |
getParticipants | Participants getParticipants()(Code) | | Get the participants sharing the token if specified, null otherwise
|
getRequestType | URI getRequestType()(Code) | | Get the type of request, specified as a URI.
The URI indicates the class of function that is requested.
URI |
setClaims | void setClaims(Claims claims)(Code) | | Set the desired claims settings for the requested token
|
setParticipants | void setParticipants(Participants participants)(Code) | | Set the Participants Sharing the requested Token
|
setRequestType | void setRequestType(URI requestType)(Code) | | Set the type of request, specified as a URI.
Parameters: requestType - URI |
|
|