Uses of Class
org.apache.syncope.common.lib.types.LogoutType
-
-
Uses of LogoutType in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return LogoutType Modifier and Type Method Description LogoutTypeClientAppTO. getLogoutType()Methods in org.apache.syncope.common.lib.to with parameters of type LogoutType Modifier and Type Method Description voidClientAppTO. setLogoutType(LogoutType logoutType) -
Uses of LogoutType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return LogoutType Modifier and Type Method Description static LogoutTypeLogoutType. valueOf(String name)Returns the enum constant of this type with the specified name.static LogoutType[]LogoutType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LogoutType in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return LogoutType Modifier and Type Method Description LogoutTypeClientApp. getLogoutType()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type LogoutType Modifier and Type Method Description voidClientApp. setLogoutType(LogoutType logoutType) -
Uses of LogoutType in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return LogoutType Modifier and Type Method Description LogoutTypeAbstractClientApp. getLogoutType()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type LogoutType Modifier and Type Method Description voidAbstractClientApp. setLogoutType(LogoutType logoutType)
-