Uses of Class
org.openiam.idm.srvc.auth.dto.SSOToken
-
-
Uses of SSOToken in org.openiam.base.response
Methods in org.openiam.base.response that return SSOToken Modifier and Type Method Description SSOTokenSSOTokenResponse. getSsoToken()Methods in org.openiam.base.response with parameters of type SSOToken Modifier and Type Method Description voidSSOTokenResponse. setSsoToken(SSOToken ssoToken) -
Uses of SSOToken in org.openiam.esb.am.model
Methods in org.openiam.esb.am.model that return SSOToken Modifier and Type Method Description SSOTokenSSOLoginResponse. getSsoToken()Methods in org.openiam.esb.am.model with parameters of type SSOToken Modifier and Type Method Description voidSSOLoginResponse. setSsoToken(SSOToken ssoToken) -
Uses of SSOToken in org.openiam.esb.core.auth.model
Methods in org.openiam.esb.core.auth.model that return SSOToken Modifier and Type Method Description SSOTokenDefaultTokenModule. createToken(Map tokenParam, int tokenLife)SSOTokenSSOTokenModule. createToken(Map tokenParam, int tokenLife)Creates a new token. -
Uses of SSOToken in org.openiam.esb.core.auth.module
Methods in org.openiam.esb.core.auth.module that return SSOToken Modifier and Type Method Description protected SSOTokenAbstractLoginModule. token(String userId, String tokenLife, Map tokenParam) -
Uses of SSOToken in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return SSOToken Modifier and Type Method Description SSOTokenAuthenticationServiceService. renewToken(String principal, String token, String patternId) -
Uses of SSOToken in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return SSOToken Modifier and Type Method Description SSOTokenAuthenticationServiceImpl. renewToken(String principal, String token, String patternId)
-