public interface SubjectFactory
SubjectIdentity
instance.Modifier and Type | Method and Description |
---|---|
SubjectIdentity |
getSubjectIdentity(String protocol,
String serverName)
Obtain a
SubjectIdentity for the specified protocol and server name, or return null if none is available. |
SubjectIdentity getSubjectIdentity(String protocol, String serverName)
SubjectIdentity
for the specified protocol and server name, or return null
if none is available.protocol
- - the protocol.serverName
- - the serverName.SubjectIdentity
or null
if none is available.Copyright © 2018 JBoss by Red Hat. All rights reserved.