public interface SubjectFactory
SubjectIdentity instance.| Modifier and Type | Method and Description |
|---|---|
SubjectIdentity |
getSubjectIdentity(java.lang.String protocol,
java.lang.String serverName)
Obtain a
SubjectIdentity for the specified protocol and server name, or return null if none is available. |
SubjectIdentity getSubjectIdentity(java.lang.String protocol, java.lang.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.