Uses of Class
be.business.connector.session.SessionType
-
Packages that use SessionType Package Description be.business.connector.session -
-
Uses of SessionType in be.business.connector.session
Methods in be.business.connector.session that return SessionType Modifier and Type Method Description static SessionTypeSessionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionType[]SessionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in be.business.connector.session with parameters of type SessionType Modifier and Type Method Description static be.ehealth.technicalconnector.session.SessionItemSessionUtil. createSession(SessionType sessionType, Properties configuration, String inss, String password)
-