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) |
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 | Method and Description |
---|---|
UserDetails |
IdentityServicesImpl.attributes(String[] attributeNames,
Token subject,
Boolean refresh) |
LogResponse |
IdentityServicesImpl.log(Token app,
Token subject,
String logName,
String message) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.