public class refresh_token extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
refresh_token.DestroyReason |
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
refresh_token(OAuth2Token lm,
Permission permission) |
refresh_token(OAuth2Token lm,
String refresh_token,
String client_id) |
refresh_token(String uid) |
refresh_token(String uid,
boolean checkLock) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(javax.servlet.http.HttpServletRequest request) |
void |
destroy(refresh_token.DestroyReason reason,
javax.servlet.http.HttpServletRequest request) |
boolean |
equals(Object obj) |
void |
get_refresh_token(OAuth2Token lm,
String refresh_token,
String client_id) |
void |
get_refresh_token(String uid) |
void |
get_refresh_token(String uid,
boolean checkLock) |
com.sun.identity.idm.AMIdentity |
getIdentity() |
Permission |
getPermission() |
static Set<String> |
getTokens(com.sun.identity.idm.AMIdentity idm) |
String |
getUID() |
int |
hashCode() |
void |
save() |
String |
toClient() |
String |
toString() |
void |
updatePassword() |
public refresh_token(OAuth2Token lm, Permission permission)
public refresh_token(OAuth2Token lm, String refresh_token, String client_id) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic refresh_token(String uid) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic refresh_token(String uid, boolean checkLock) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic void updatePassword()
public void get_refresh_token(OAuth2Token lm, String refresh_token, String client_id) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic void get_refresh_token(String uid) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic void get_refresh_token(String uid, boolean checkLock) throws com.sun.identity.authentication.spi.AuthLoginException
com.sun.identity.authentication.spi.AuthLoginExceptionpublic void destroy(refresh_token.DestroyReason reason, javax.servlet.http.HttpServletRequest request) throws invalid_grant, com.sun.identity.authentication.spi.AuthLoginException
invalid_grantcom.sun.identity.authentication.spi.AuthLoginExceptionpublic void destroy(javax.servlet.http.HttpServletRequest request)
throws invalid_grant,
com.sun.identity.authentication.spi.AuthLoginException
invalid_grantcom.sun.identity.authentication.spi.AuthLoginExceptionpublic Permission getPermission() throws invalid_client, com.sun.identity.authentication.spi.AuthLoginException
invalid_clientcom.sun.identity.authentication.spi.AuthLoginExceptionpublic void save()
public String toClient()
public String getUID()
public com.sun.identity.idm.AMIdentity getIdentity()
Copyright © 2024. All rights reserved.