AuthenticatedUsers
instead.@Deprecated public class AuthenticatedUsers extends Object implements Subject
SSOToken
.Constructor and Description |
---|
AuthenticatedUsers()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticatedUser()
Deprecated.
Default Constructor
|
Object |
clone()
Deprecated.
Creates and returns a copy of this object.
|
boolean |
equals(Object o)
Deprecated.
Indicates whether some other object is "equal to" this one.
|
String |
getDisplayNameForValue(String value,
Locale locale)
Deprecated.
This method does nothing as there are no values to display for this
subject.
|
ValidValues |
getValidValues(SSOToken token)
Deprecated.
Returns an empty list as possible values.
|
ValidValues |
getValidValues(SSOToken token,
String pattern)
Deprecated.
Returns an empty list as possible values.
|
Set |
getValues()
Deprecated.
Returns an empty collection as value.
|
Syntax |
getValueSyntax(SSOToken token)
Deprecated.
Returns the syntax of the subject type.
|
int |
hashCode()
Deprecated.
Return a hash code for this
AuthenticatedUsers . |
void |
initialize(Map configParams)
Deprecated.
Initialize the subject.
|
boolean |
isMember(SSOToken token)
Deprecated.
Determines if the user belongs to the
AuthenticatedUsers object. |
void |
setValues(Set names)
Deprecated.
This method does nothing for this subject as there are no values to set
for this subject.
|
public void AuthenticatedUser()
public void initialize(Map configParams)
initialize
in interface Subject
configParams
- configuration informationpublic Syntax getValueSyntax(SSOToken token)
getValueSyntax
in interface Subject
token
- the SSOToken
. Not used for this subject.Syntax
public ValidValues getValidValues(SSOToken token)
getValidValues
in interface Subject
token
- the SSOToken
ValidValues
object with empty list.public ValidValues getValidValues(SSOToken token, String pattern)
getValidValues
in interface Subject
token
- the SSOToken
pattern
- the pattern to match in valid values. Ignored for this
subjectValidValues
object with empty list.public String getDisplayNameForValue(String value, Locale locale)
getDisplayNameForValue
in interface Subject
value
- one of the valid value for the pluginlocale
- locale for which the display name must be customizedpublic Set getValues()
public void setValues(Set names)
public boolean isMember(SSOToken token) throws SSOException
AuthenticatedUsers
object.isMember
in interface Subject
token
- SSOToken of the usertrue
if the user SSOToken is valid.
false
otherwise.SSOException
- if error occurs while validating the token.public boolean equals(Object o)
public Object clone()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.