| Package | Description |
|---|---|
| org.jboss.sasl.gssapi |
Package to contain a GSSAPI mechanism, in this case the mechanism is simply
delegating to the locally available GSSAPI mechanism but wrapping the calls with an identity.
|
| Modifier and Type | Field and Description |
|---|---|
private SubjectIdentity |
GssapiServer.identity |
| Modifier and Type | Method and Description |
|---|---|
SubjectIdentity |
SubjectFactory.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. |
| Constructor and Description |
|---|
GssapiServer(SubjectIdentity identity,
javax.security.sasl.SaslServer toWrap) |