Package | Description |
---|---|
com.sun.identity.idsvcs | |
com.sun.identity.idsvcs.opensso |
Modifier and Type | Method and Description |
---|---|
UserDetails |
IdentityServices.attributes(List attributeNames,
Token subject,
boolean refresh)
Retrieve user details (roles, attributes) for the subject.
|
UserDetails |
IdentityServicesImpl.attributes(String[] attributes,
Token subject,
Boolean refresh) |
String |
IdentityServices.getCookieNameForToken()
Returns the cookie used by OpenAM Authentication module to store the
SSOToken.
|
String |
IdentityServicesImpl.getCookieNameForToken() |
List |
IdentityServices.getCookieNamesToForward()
Returns a list of cookie names that are used by OpenAM for
authentication and load balancing.
|
String[] |
IdentityServicesImpl.getCookieNamesToForward() |
void |
IdentityServices.log(Token app,
Token subject,
String logName,
String message)
Logs a message on behalf of the authenticated app.
|
LogResponse |
IdentityServicesImpl.log(Token app,
Token subject,
String logName,
String message) |
IdentityDetails |
IdentityServicesImpl.read(String name,
Attribute[] attributes,
Token admin) |
IdentityDetails |
IdentityServices.read(String name,
List attributes,
Token admin)
Retrieves an identity object matching input criteria.
|
Modifier and Type | Class and Description |
---|---|
class |
GeneralAccessDeniedError
Specialisation of GeneralFailure Exception type for indicating Access Denied without altering the signature
of
IdentityServicesImpl.create(com.sun.identity.idsvcs.IdentityDetails, com.iplanet.sso.SSOToken) . |
Modifier and Type | Method and Description |
---|---|
UserDetails |
IdentityServicesImpl.attributes(String[] attributeNames,
Token subject,
Boolean refresh) |
String |
IdentityServicesImpl.getCookieNameForToken() |
String[] |
IdentityServicesImpl.getCookieNamesToForward() |
LogResponse |
IdentityServicesImpl.log(Token app,
Token subject,
String logName,
String message) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.