Class IssuedTokensImpl
- java.lang.Object
-
- com.sun.xml.ws.security.trust.impl.wssx.elements.IssuedTokensImpl
-
- All Implemented Interfaces:
IssuedTokens
public class IssuedTokensImpl extends Object implements IssuedTokens
- Author:
- Manveen Kaur.
-
-
Constructor Summary
Constructors Constructor Description IssuedTokensImpl()IssuedTokensImpl(RequestSecurityTokenResponseCollection rcollection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.RequestSecurityTokenResponseCollectiongetIssuedTokens()Gets the RequestSecurityTokenResponseCollectionvoidsetIssuedTokens(RequestSecurityTokenResponseCollection rcollection)Sets the RequestSecurityTokenResponseCollection
-
-
-
Constructor Detail
-
IssuedTokensImpl
public IssuedTokensImpl()
-
IssuedTokensImpl
public IssuedTokensImpl(RequestSecurityTokenResponseCollection rcollection)
-
-
Method Detail
-
getIssuedTokens
public RequestSecurityTokenResponseCollection getIssuedTokens()
Description copied from interface:IssuedTokensGets the RequestSecurityTokenResponseCollection- Specified by:
getIssuedTokensin interfaceIssuedTokens- Returns:
- RequestSecurityTokenResponseCollection if set, null otherwise
-
setIssuedTokens
public void setIssuedTokens(RequestSecurityTokenResponseCollection rcollection)
Description copied from interface:IssuedTokensSets the RequestSecurityTokenResponseCollection- Specified by:
setIssuedTokensin interfaceIssuedTokens
-
getAny
public List<Object> getAny()
Description copied from interface:IssuedTokensGets 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
setmethod 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
ElementObject- Specified by:
getAnyin interfaceIssuedTokens
-
-