public class SecurityIdentity extends Object
Constructor and Description |
---|
SecurityIdentity(SubjectInfo subject,
RunAs outgoingRunAs,
RunAs incomingRunAs)
Create a SecurityIdentity Instance
|
Modifier and Type | Method and Description |
---|---|
Object |
getCredential() |
RunAs |
getIncomingRunAs() |
RunAs |
getOutgoingRunAs() |
Principal |
getPrincipal() |
Subject |
getSubject() |
public SecurityIdentity(SubjectInfo subject, RunAs outgoingRunAs, RunAs incomingRunAs)
subject
- The SubjectInfooutgoingRunAs
- RunAs that is propagating outincomingRunAs
- RunAs that is propagating inCopyright © 2019 JBoss by Red Hat. All rights reserved.