public class SecurityTokenService extends java.lang.Object implements ISecurityToken
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
SecurityTokenService.Factory  | 
| Constructor and Description | 
|---|
SecurityTokenService(BmContext context,
                    java.lang.String sid)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
destroy()  | 
void | 
renew()
Extend token life by 7 days 
 | 
void | 
upgrade()
Promote an existing core session to a long-lived access token 
 | 
public SecurityTokenService(BmContext context, java.lang.String sid)
public void upgrade()
ISecurityTokenupgrade in interface ISecurityTokenpublic void renew()
ISecurityTokenrenew in interface ISecurityTokenpublic void destroy()
destroy in interface ISecurityTokenCopyright © 2023. All Rights Reserved.