public class UserRequesRRKeyGenerator extends Object implements ObjectKeyGenerator<ApacheUserRequest>
| Modifier and Type | Method and Description |
|---|---|
String |
generateKey(ApacheUserRequest request)
Generates a unique key for the given T object.
|
static UserRequesRRKeyGenerator |
getInstance()
Returns the singleton instance of this class.
|
public static UserRequesRRKeyGenerator getInstance()
public String generateKey(ApacheUserRequest request)
ObjectKeyGeneratorgenerateKey in interface ObjectKeyGenerator<ApacheUserRequest>request - The T object to identify.String for the given object.Copyright © 2014–2018 University of Namur. All rights reserved.