congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ActionRequestWrapper.getUserPrincipal
Code IndexAdd Tabnine to your IDE (free)

How to use
getUserPrincipal
method
in
javax.portlet.filter.ActionRequestWrapper

Best Java code snippets using javax.portlet.filter.ActionRequestWrapper.getUserPrincipal (Showing top 2 results out of 315)

origin: com.liferay.portal/com.liferay.portal.kernel

@Override
public Principal getUserPrincipal() {
  if (_userPrincipal != null) {
    return _userPrincipal;
  }
  return super.getUserPrincipal();
}
origin: com.liferay.portal/portal-kernel

public Principal getUserPrincipal() {
  if (_userPrincipal != null) {
    return _userPrincipal;
  }
  else {
    return super.getUserPrincipal();
  }
}
javax.portlet.filterActionRequestWrappergetUserPrincipal

Popular methods of ActionRequestWrapper

  • getParameter
  • getParameterMap
  • getParameterNames
  • getParameterValues
  • getRemoteUser

Popular in Java

  • Creating JSON documents from java classes using gson
  • getExternalFilesDir (Context)
  • putExtra (Intent)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • String (java.lang)
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now