| Modifier and Type | Class and Description |
|---|---|
static class |
CryptedUser.DecryptionException
Thrown by
valueOf(String) if we can't decrypt. |
User.Valid, User.Validator| Constructor and Description |
|---|
CryptedUser(User usr)
Public ctor.
|
public CryptedUser(User usr)
usr - The user to encapsulatepublic String identity()
public String name()
public static CryptedUser valueOf(String txt) throws CryptedUser.DecryptionException
txt - The text to decryptCryptedUser.DecryptionException - If can't decryptCopyright © 2012 s3auth.com. All Rights Reserved.