Class SecurityHelperBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.security.SecurityHelperBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @RequestScoped public class SecurityHelperBean extends Object implements Serializable
Bean for helping with security- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SecurityHelperBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAuthenticationTargetgetExternalAuthenticationTarget()IAuthenticationTargetgetIdentityCheckAuthenticationTarget(String identityCheckToken)IAuthenticationTargetgetIdentityCheckAuthenticationTarget(String identityCheckToken, String sessionId)IAuthenticationTargetgetSigninAuthenticationTarget() 
 - 
 
- 
- 
Method Detail
- 
getSigninAuthenticationTarget
public IAuthenticationTarget getSigninAuthenticationTarget()
 
- 
getExternalAuthenticationTarget
public IAuthenticationTarget getExternalAuthenticationTarget()
 
- 
getIdentityCheckAuthenticationTarget
public IAuthenticationTarget getIdentityCheckAuthenticationTarget(String identityCheckToken)
 
- 
getIdentityCheckAuthenticationTarget
public IAuthenticationTarget getIdentityCheckAuthenticationTarget(String identityCheckToken, String sessionId)
 
 - 
 
 -