Realm
.@Deprecated public interface GSSRealm extends Realm
Modifier and Type | Method and Description |
---|---|
java.security.Principal |
authenticate(org.ietf.jgss.GSSName gssName,
org.ietf.jgss.GSSCredential gssCredential)
Deprecated.
Try to authenticate using a
GSSName |
addPropertyChangeListener, authenticate, authenticate, authenticate, authenticate, authenticate, backgroundProcess, findSecurityConstraints, getContainer, getInfo, hasResourcePermission, hasRole, hasUserDataPermission, removePropertyChangeListener, setContainer
java.security.Principal authenticate(org.ietf.jgss.GSSName gssName, org.ietf.jgss.GSSCredential gssCredential)
GSSName
gssName
- The GSSName
of the principal to look upgssCredential
- The GSSCredential
of the principal, may be
null
null
if there is noneCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.