Copyright© 2008-2018 SiteVision AB, all rights reserved.
public class AuthTypeCredential
extends Object
Credential for authentication types (BASIC, FORM, NTLM etc).
Important legacy note! As of SiteVision 3 this class has been moved (from package senselogic.sitevision.security.jaas.credential.api). Previously implemented custom JAAS filters/modules using this class must be re-compiled in order to run in SiteVision 3.Constructor and Description |
---|
AuthTypeCredential(String aType)
Create a callback that provides the auth type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Indicates whether some other object is "equal to" this credential.
|
String |
getAuthType()
Gets the auth type.
|
int |
hashCode()
Gets the hash code for this credential.
|
public AuthTypeCredential(String aType)
aType
- the auth typepublic String getAuthType()
public boolean equals(Object obj)
equals
in class Object
obj
- the reference object with which to compare.true
if this object is the same as the obj argument, false
otherwise.public int hashCode()
hashCode
in class Object
SiteVision - Portal and Content Management Made Easy
SiteVision is an advanced Java enterprise portal product and a portlet container (JSR 286) that implements Java Content Repository (JSR 283).
Copyright© 2008-2018 SiteVision AB, all rights reserved.