public class BinarySecurityToken extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
EncodingType |
protected String |
Token |
protected String |
ValueType |
Constructor and Description |
---|
BinarySecurityToken() |
Modifier and Type | Method and Description |
---|---|
String |
getEncodingType() |
String |
getToken() |
String |
getValueType() |
void |
setEncodingType(String encodingtype) |
void |
setToken(String token) |
void |
setValueType(String valuetype) |
protected String ValueType
protected String EncodingType
protected String Token
public void setValueType(String valuetype)
public String getValueType()
public void setEncodingType(String encodingtype)
public String getEncodingType()
public void setToken(String token)
public String getToken()
Copyright © 2017 WSO2. All rights reserved.