Package org.gatein.common.invocation.resolver

Examples of org.gatein.common.invocation.resolver.PrincipalAttributeResolver


      {
         throw new IllegalArgumentException("No client request provided");
      }
      this.id = clientRequest.getRemoteUser();
      this.clientRequest = clientRequest;
      this.attributeResolver = new PrincipalAttributeResolver(clientRequest);
   }
View Full Code Here

TOP

Related Classes of org.gatein.common.invocation.resolver.PrincipalAttributeResolver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.