Interface RequestedSecurityToken
-
- All Known Implementing Classes:
RequestedSecurityTokenImpl,RequestedSecurityTokenImpl
public interface RequestedSecurityToken- Author:
- WS-Trust Implementation Team.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.TokengetToken()Returns the Security Token contained in the RequestedSecurityToken element.voidsetAny(Object value)Sets the value of the any property.voidsetToken(Token token)Sets the value of the Security Token in the RequestedSecurityToken element.
-
-
-
Method Detail
-
getAny
Object getAny()
Gets the value of the any property.- Returns:
- possible object is
ElementObject
-
setAny
void setAny(Object value)
Sets the value of the any property.- Parameters:
value- allowed object isElementObject
-
getToken
Token getToken()
Returns the Security Token contained in the RequestedSecurityToken element.- Returns:
Token
-
-