| Package | Description |
|---|---|
| org.rhq.enterprise.server.auth |
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectManagerBean.createPrincipal(org.rhq.core.domain.auth.Subject whoami,
org.rhq.core.domain.auth.Principal principal) |
void |
SubjectManagerLocal.createPrincipal(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.auth.Principal principal)
Creates a new principal (username and password) in the internal database.
|
void |
SubjectManagerBean.createPrincipal(org.rhq.core.domain.auth.Subject whoami,
String username,
String password) |
void |
SubjectManagerRemote.createPrincipal(org.rhq.core.domain.auth.Subject subject,
String username,
String password)
Creates a new principal (username and password) in the internal database.
|
org.rhq.core.domain.auth.Subject |
SubjectManagerBean.createSubject(org.rhq.core.domain.auth.Subject whoami,
org.rhq.core.domain.auth.Subject subject) |
org.rhq.core.domain.auth.Subject |
SubjectManagerRemote.createSubject(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.auth.Subject subjectToCreate)
Create a a new subject.
|
org.rhq.core.domain.auth.Subject |
SubjectManagerBean.createSubject(org.rhq.core.domain.auth.Subject whoami,
org.rhq.core.domain.auth.Subject subjectToCreate,
String password) |
org.rhq.core.domain.auth.Subject |
SubjectManagerLocal.createSubject(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.auth.Subject subjectToCreate,
String password)
Creates a new subject, including their assigned roles, as well as an associated principal with the specified
password.
|
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.