Examples of activateUsernameTokenAuthentication()


Examples of org.wso2.carbon.security.config.SecurityConfigAdmin.activateUsernameTokenAuthentication()

public class SecurityConfigAdminService extends AbstractAdmin {

    public void activateUsernameTokenAuthentication(String serviceName, String[] userGroups)
            throws SecurityConfigException {
        SecurityConfigAdmin admin = new SecurityConfigAdmin(getUserRealm(), getConfigSystemRegistry(), getAxisConfig());
        admin.activateUsernameTokenAuthentication(serviceName, userGroups);

    }

    public void disableSecurityOnService(String serviceName) throws SecurityConfigException {
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.