|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SsoProfile | |
---|---|
be.ehealth.technicalconnector.enumeration | |
be.ehealth.technicalconnector.service.sso | |
be.ehealth.technicalconnector.service.sso.impl |
Uses of SsoProfile in be.ehealth.technicalconnector.enumeration |
---|
Methods in be.ehealth.technicalconnector.enumeration that return SsoProfile | |
---|---|
static SsoProfile |
SsoProfile.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SsoProfile[] |
SsoProfile.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of SsoProfile in be.ehealth.technicalconnector.service.sso |
---|
Methods in be.ehealth.technicalconnector.service.sso with parameters of type SsoProfile | |
---|---|
void |
SingleSignOnService.signin(SsoProfile profile)
|
void |
SingleSignOnService.signin(SsoProfile profile,
String relayState)
|
Uses of SsoProfile in be.ehealth.technicalconnector.service.sso.impl |
---|
Methods in be.ehealth.technicalconnector.service.sso.impl with parameters of type SsoProfile | |
---|---|
void |
SingleSignOnServiceImpl.signin(SsoProfile profile)
|
void |
SingleSignOnServiceImpl.signin(SsoProfile profile,
String relayState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |