Package com.atlassian.crowd.integration.soap

Examples of com.atlassian.crowd.integration.soap.SOAPPrincipal


    protected UserWrapper callGetUser(String user) throws RemoteException {
        SecurityServerHttpBindingStub stub = getStub();
        AuthenticatedToken token = getToken(stub);

        SOAPPrincipal principal;
        try {
            principal = stub.findPrincipalByName(token, user);
        } catch (InvalidAuthorizationTokenException e) {
            Debug.logError(e, module);
            throw e;
View Full Code Here

TOP

Related Classes of com.atlassian.crowd.integration.soap.SOAPPrincipal

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.