org.apache.webbeans.ee.common.beans
Class PrincipalProvider

java.lang.Object
  extended by org.apache.webbeans.ee.common.beans.PrincipalProvider
All Implemented Interfaces:
Serializable, Provider<Principal>

public class PrincipalProvider
extends Object
implements 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 Provider<Principal>


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