com.sun.identity.saml.common
Class SAMLUtils

java.lang.Object
  |
  +--com.sun.identity.saml.common.SAMLUtils

public class SAMLUtils
extends java.lang.Object

This class contain some convenient methods, such as getDecodedSourceIDString.


Method Summary
static java.lang.String getDecodedSourceIDString(java.lang.String encodedID)
          Decodes the Base64 encoded sourceid and returns a String of the raw-byte source id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDecodedSourceIDString

public static java.lang.String getDecodedSourceIDString(java.lang.String encodedID)
Decodes the Base64 encoded sourceid and returns a String of the raw-byte source id.
Parameters:
encodedID - A String representing the Base64 encoded source id.
Returns:
A String representing the raw byte source id.