Package io.fathom.cloud.identity.secrets

Examples of io.fathom.cloud.identity.secrets.AuthenticatedUserKeys


        this.scope = scope;
        this.userData = user.getUserData();
        this.project = project;
        this.projectRoles = projectRoles;
        this.domain = domain;
        this.keys = new AuthenticatedUserKeys(user);

        if ((projectRoles == null) != (project == null)) {
            throw new IllegalStateException();
        }
    }
View Full Code Here

TOP

Related Classes of io.fathom.cloud.identity.secrets.AuthenticatedUserKeys

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.