Class NoCodec

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.web.security.codec.AbstractCodec
org.exoplatform.web.security.codec.NoCodec
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class NoCodec extends AbstractCodec
Does not do any transformations, simply returns the input in both decode(String) and encode(String). This class was renamed. The original name was ToThrowAwayCodec.
Author:
Minh Hoang TO Nov 19, 2010
  • Field Summary

    Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin

    desc, name
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    decode(String encodedInput)
    Returns encodedInput, does no decoding.
    encode(String plainInput)
    Returns plainInput, does no encoding.

    Methods inherited from class org.exoplatform.web.security.codec.AbstractCodec

    getName

    Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin

    getDescription, setDescription, setName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait