org.apache.webbeans.component
Class PrincipalProvider

java.lang.Object
  extended by org.apache.webbeans.component.PrincipalProvider
All Implemented Interfaces:
Serializable, javax.inject.Provider<Principal>

public class PrincipalProvider
extends Object
implements javax.inject.Provider<Principal>, Serializable

See Also:
Serialized Form

Constructor Summary
PrincipalProvider(WebBeansContext webBeansContext)
           
 
Method Summary
 Principal get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrincipalProvider

public PrincipalProvider(WebBeansContext webBeansContext)
Method Detail

get

public Principal get()
Specified by:
get in interface javax.inject.Provider<Principal>


Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.