Package com.rexsl.page.auth

Examples of com.rexsl.page.auth.Github


    public final AuthInset auth() {
        // @checkstyle LineLength (4 lines)
        return new AuthInset(this, Manifests.read("S3Auth-SecurityKey"))
            .with(new Facebook(this, Manifests.read("S3Auth-FbId"), Manifests.read("S3Auth-FbSecret")))
            .with(new Google(this, Manifests.read("S3Auth-GoogleId"), Manifests.read("S3Auth-GoogleSecret")))
            .with(new Github(this, Manifests.read("S3Auth-GithubId"), Manifests.read("S3Auth-GithubSecret")));
    }
View Full Code Here

TOP

Related Classes of com.rexsl.page.auth.Github

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.