Package com.minlessika.secure
Class TkAnonymous
- java.lang.Object
-
- com.minlessika.secure.TkAnonymous
-
- All Implemented Interfaces:
org.takes.Take
public final class TkAnonymous extends Object implements org.takes.Take
Take available for anonymous users.The class is immutable and thread-safe.
- Author:
- Olivier B. OURA (baudoliver7@gmail.com)
-
-
Constructor Summary
Constructors Constructor Description TkAnonymous(org.takes.Take take)Ctor.TkAnonymous(org.takes.Take take, String location)Ctor.
-
-
-
Constructor Detail
-
TkAnonymous
public TkAnonymous(org.takes.Take take)
Ctor. Redirects by default to home page- Parameters:
take- Original
-
TkAnonymous
public TkAnonymous(org.takes.Take take, String location)Ctor.- Parameters:
take- Originallocation- Where to forward
-
-