Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

LG__Sydney_Aust
LG__Sydney_Aust
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by LG__Sydney_Aust
Customize the badges you want to showcase on your profile
Re: RTMP NIO Server: Plugable Authentication? - Adobe LiveCycle 24-04-2011
package flex.messaging.endpoints.filters;public class AsyncSecurityContextFilter extends BaseAsyncMessageFilter { public AsyncSecurityContextFilter() { } @Override public void in(MessageContext context) { if (FlexContext.getUserPrincipal() != null) { Assert.isInstanceOf(Authentication.class, FlexContext.getUserPrincipal(), "FlexContext.getUserPrincipal returned an unexpected type. " + "Expected instance of " + Authentication.class.getName() + "but was " + FlexContext.getUserPrincipal().getName()...

Views

98

Likes

0

Replies

0