Examples of PropertyUserSource


Examples of org.uberfire.security.server.auth.source.PropertyUserSource

@Alternative
public class PropertyAuthenticationManager extends SimpleUserPassAuthenticationManager {

    public PropertyAuthenticationManager( final SubjectPropertiesProvider propertiesProvider ) {
        super( new PropertyUserSource(),
               new BasicUserPassAuthenticationScheme(),
               null,
               propertiesProvider,
               Collections.<String, String>emptyMap() );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.