| Package | Description |
|---|---|
| org.rhq.enterprise.server.auth |
| Modifier and Type | Method and Description |
|---|---|
org.rhq.core.domain.auth.Subject |
SubjectManagerBean.login(String username,
String password) |
org.rhq.core.domain.auth.Subject |
SubjectManagerLocal.login(String username,
String password) |
org.rhq.core.domain.auth.Subject |
SubjectManagerRemote.login(String username,
String password)
Logs a user into the system.
|
org.rhq.core.domain.auth.Subject |
SubjectManagerBean.loginUnauthenticated(String username) |
org.rhq.core.domain.auth.Subject |
SubjectManagerLocal.loginUnauthenticated(String username)
Logs in a user without performing any authentication.
|
org.rhq.core.domain.auth.Subject |
SubjectManagerBean.processSubjectForLdap(org.rhq.core.domain.auth.Subject subject,
String subjectPassword)
This method is applied to Subject instances that may require LDAP auth/authz processing.
|
org.rhq.core.domain.auth.Subject |
SubjectManagerLocal.processSubjectForLdap(org.rhq.core.domain.auth.Subject subject,
String subjectPassword) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.