Package org.apache.catalina
Interface GSSRealm
- All Known Implementing Classes:
- CombinedRealm,- DataSourceRealm,- JAASMemoryLoginModule,- JAASRealm,- JDBCRealm,- JNDIRealm,- LockOutRealm,- MemoryRealm,- NullRealm,- RealmBase,- UserDatabaseRealm
Deprecated.
A GSSRealm is a specialized realm for GSS-based principals.
- 
Method SummaryModifier and TypeMethodDescriptionauthenticate(GSSName gssName, GSSCredential gssCredential) Deprecated.Try to authenticate using aGSSNameMethods inherited from interface org.apache.catalina.ContainedgetContainer, setContainerMethods inherited from interface org.apache.catalina.RealmaddPropertyChangeListener, authenticate, authenticate, authenticate, authenticate, authenticate, authenticate, backgroundProcess, findSecurityConstraints, getCredentialHandler, getRoles, hasResourcePermission, hasRole, hasUserDataPermission, isAvailable, removePropertyChangeListener, setCredentialHandler
- 
Method Details- 
authenticateDeprecated.Try to authenticate using aGSSName- Parameters:
- gssName- The- GSSNameof the principal to look up
- gssCredential- The- GSSCredentialof the principal, may be- null
- Returns:
- the associated principal, or nullif there is none
 
 
- 
Realm.