org.jboss.seam.security.external.openid
Class OpenIdRpInApplicationScopeProducer

java.lang.Object
  extended by org.jboss.seam.security.external.openid.OpenIdRpInApplicationScopeProducer

public class OpenIdRpInApplicationScopeProducer
extends Object

Either this producer bean or OpenIdRpInVirtualApplicationScopeProducer MUST be enabled via seam-config to allow OpenID authentication.

Author:
Marcel Kolsteren

Constructor Summary
OpenIdRpInApplicationScopeProducer()
           
 
Method Summary
 OpenIdRpBean produce(OpenIdRpBean rp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdRpInApplicationScopeProducer

public OpenIdRpInApplicationScopeProducer()
Method Detail

produce

@Produces
@ApplicationScoped
public OpenIdRpBean produce(@New
                                                       OpenIdRpBean rp)


Copyright © 2011 Seam Framework. All Rights Reserved.