Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2016 03:56 PM
Hi,
I need to get current user's(the user who is logged in) username.
How do I do about it?
I need to get current user's(the user who is logged in) username.
How do I do about it?
Labels:
- Labels:
-
Archive
1 ACCEPTED ANSWER
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016 03:26 PM
Use AuthenticationUtil Java class and get the fully authenticated user.
If you are not talking about code on the Repository server side, you need to be more specific about the environment you need this in…
If you are not talking about code on the Repository server side, you need to be more specific about the environment you need this in…
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2016 03:26 PM
Use AuthenticationUtil Java class and get the fully authenticated user.
If you are not talking about code on the Repository server side, you need to be more specific about the environment you need this in…
If you are not talking about code on the Repository server side, you need to be more specific about the environment you need this in…
