public interface SubjectUserInfo
Modifier and Type | Method and Description |
---|---|
Collection<Principal> |
getPrincipals()
Get the principals for this user.
|
Subject |
getSubject() |
String |
getUserName()
Get the name for this user.
|
String getUserName()
Collection<Principal> getPrincipals()
Subject getSubject()
Copyright © 2023 JBoss by Red Hat. All rights reserved.