Package | Description |
---|---|
org.apache.cxf.common.util | |
org.apache.cxf.rs.security.oauth2.auth.saml | |
org.apache.cxf.rs.security.saml | |
org.apache.cxf.sts.rest |
Modifier and Type | Method and Description |
---|---|
static void |
Base64Utility.decode(char[] id,
int o,
int l,
OutputStream ostream) |
static byte[] |
Base64Utility.decode(String id) |
static byte[] |
Base64UrlUtility.decode(String encoded) |
static byte[] |
Base64Utility.decode(String id,
boolean urlSafe) |
static void |
Base64Utility.decode(String id,
OutputStream ostream) |
static byte[] |
Base64Utility.decodeChunk(char[] id,
int o,
int l)
The
decode_chunk routine decodes a chunk of data
into its native encoding. |
static void |
Base64Utility.encode(byte[] id,
int o,
int l,
Writer writer) |
static void |
Base64Utility.encodeChunk(byte[] id,
int o,
int l,
OutputStream ostream) |
Modifier and Type | Method and Description |
---|---|
protected String |
Saml2BearerAuthOutInterceptor.encodeToken(String token) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractSamlOutInterceptor.encodeToken(String assertion) |
Modifier and Type | Method and Description |
---|---|
protected String |
RESTSecurityTokenServiceImpl.encodeToken(String assertion) |
Apache CXF