Package org.rhq.enterprise.server.auth

Examples of org.rhq.enterprise.server.auth.SubjectException


    private Subject getSubject(ResourceOperationHistory resourceOperationHistory) {
        try {
            return subjectManager.loginUnauthenticated(resourceOperationHistory.getSubjectName());
        } catch (Exception e) {
            throw new SubjectException("Not able to authenticate subject " + resourceOperationHistory.getSubjectName(),
                e);
        }
    }
View Full Code Here

TOP

Related Classes of org.rhq.enterprise.server.auth.SubjectException

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.