public interface IdentityServicesImpl extends Remote
Modifier and Type | Method and Description |
---|---|
UserDetails |
attributes(String[] attributes,
Token subject,
Boolean refresh) |
String |
getCookieNameForToken() |
String[] |
getCookieNamesToForward() |
LogResponse |
log(Token app,
Token subject,
String logName,
String message) |
IdentityDetails |
read(String name,
Attribute[] attributes,
Token admin) |
LogResponse log(Token app, Token subject, String logName, String message) throws AccessDenied, GeneralFailure, TokenExpired, RemoteException
UserDetails attributes(String[] attributes, Token subject, Boolean refresh) throws TokenExpired, AccessDenied, GeneralFailure, RemoteException
String getCookieNameForToken() throws GeneralFailure, RemoteException
GeneralFailure
RemoteException
String[] getCookieNamesToForward() throws GeneralFailure, RemoteException
GeneralFailure
RemoteException
IdentityDetails read(String name, Attribute[] attributes, Token admin) throws TokenExpired, GeneralFailure, AccessDenied, ObjectNotFound, NeedMoreCredentials, IdServicesException, RemoteException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.