/* * Copyright (C) 2014 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.shiro; /** * * @author jbuhacoff */ public class EncryptedTokenContent { public String userId; public String username; public String loginPasswordId; }