org.openregistry.core.web.resources.activation
Class ActivationKeyFactoryResource

java.lang.Object
  extended by org.openregistry.core.web.resources.activation.ActivationKeyFactoryResource

@Named(value="activationkeyFactoryResource")
@Singleton
public final class ActivationKeyFactoryResource
extends java.lang.Object

RESTful resource acting as a factory for activation keys for people in Open Registry

Since:
1.0
Author:
Dmitriy Kopylenko

Constructor Summary
ActivationKeyFactoryResource(ActivationService activationService)
           
 
Method Summary
 javax.ws.rs.core.Response generateNewActivationKey(java.lang.String personIdType, java.lang.String personId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivationKeyFactoryResource

@Inject
public ActivationKeyFactoryResource(ActivationService activationService)
Method Detail

generateNewActivationKey

public javax.ws.rs.core.Response generateNewActivationKey(java.lang.String personIdType,
                                                          java.lang.String personId)


Copyright © 2009-2012 JA-SIG, Inc.. All Rights Reserved.