Package org.torquebox.security.auth

Examples of org.torquebox.security.auth.AuthMetaData


        if (data != null) {
            for (String name : data.keySet()) {
                @SuppressWarnings("unchecked")
                Map<String, Object> config = (Map<String, Object>) data.get( name );
                AuthMetaData metaData = new AuthMetaData();
                metaData.addAuthentication( name, config );
                unit.addToAttachmentList( AuthMetaData.ATTACHMENT_KEY, metaData );
            }
        }
    }
View Full Code Here

TOP

Related Classes of org.torquebox.security.auth.AuthMetaData

Copyright © 2018 www.massapicom. 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.