Class ModuleAuthentication
- java.lang.Object
-
- com.evolveum.midpoint.model.api.authentication.ModuleAuthentication
-
public class ModuleAuthentication extends Object
- Author:
- skublik
-
-
Constructor Summary
Constructors Constructor Description ModuleAuthentication(String nameOfType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleAuthentication
clone()
protected void
clone(ModuleAuthentication module)
boolean
equals(Object o)
org.springframework.security.core.Authentication
getAuthentication()
QName
getFocusType()
String
getNameOfModule()
String
getNameOfModuleType()
String
getPrefix()
StateOfModule
getState()
ModuleType
getType()
int
hashCode()
boolean
isInternalLogout()
void
setAuthentication(org.springframework.security.core.Authentication authentication)
void
setFocusType(QName focusType)
void
setInternalLogout(boolean internalLogout)
void
setNameOfModule(String nameOfModule)
void
setPrefix(String prefix)
void
setState(StateOfModule state)
protected void
setType(ModuleType type)
-
-
-
Constructor Detail
-
ModuleAuthentication
public ModuleAuthentication(String nameOfType)
-
-
Method Detail
-
getNameOfModuleType
public String getNameOfModuleType()
-
getPrefix
public String getPrefix()
-
setPrefix
public void setPrefix(String prefix)
-
getNameOfModule
public String getNameOfModule()
-
setNameOfModule
public void setNameOfModule(String nameOfModule)
-
getType
public ModuleType getType()
-
setType
protected void setType(ModuleType type)
-
getState
public StateOfModule getState()
-
setState
public void setState(StateOfModule state)
-
getAuthentication
public org.springframework.security.core.Authentication getAuthentication()
-
setAuthentication
public void setAuthentication(org.springframework.security.core.Authentication authentication)
-
getFocusType
public QName getFocusType()
-
setFocusType
public void setFocusType(QName focusType)
-
clone
public ModuleAuthentication clone()
-
clone
protected void clone(ModuleAuthentication module)
-
setInternalLogout
public void setInternalLogout(boolean internalLogout)
-
isInternalLogout
public boolean isInternalLogout()
-
-