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 SSOToken
SSOTokenResponse. getSsoToken()
Methods in org.openiam.base.response with parameters of type SSOToken Modifier and Type Method Description void
SSOTokenResponse. 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 SSOToken
SSOLoginResponse. getSsoToken()
Methods in org.openiam.esb.am.model with parameters of type SSOToken Modifier and Type Method Description void
SSOLoginResponse. 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 SSOToken
DefaultTokenModule. createToken(Map tokenParam, int tokenLife)
SSOToken
SSOTokenModule. 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 SSOToken
AbstractLoginModule. 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 SSOToken
AuthenticationServiceService. 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 SSOToken
AuthenticationServiceImpl. renewToken(String principal, String token, String patternId)
-