Package org.cyclos.impl.access
Class AbstractSessionData.SessionDataChannelAccessAccessor
- java.lang.Object
-
- org.cyclos.impl.access.AbstractSessionData.SessionDataChannelAccessAccessor
-
- All Implemented Interfaces:
ChannelAccessAccessor
- Enclosing class:
- AbstractSessionData
public class AbstractSessionData.SessionDataChannelAccessAccessor extends Object implements ChannelAccessAccessor
-
-
Constructor Summary
Constructors Constructor Description SessionDataChannelAccessAccessor(ConfigurationAccessor configuration)
-
Method Summary
-
-
-
Constructor Detail
-
SessionDataChannelAccessAccessor
public SessionDataChannelAccessAccessor(ConfigurationAccessor configuration)
-
-
Method Detail
-
getAccessPassword
public PasswordType getAccessPassword()
- Specified by:
getAccessPasswordin interfaceChannelAccessAccessor
-
getChannel
public Channel getChannel()
- Specified by:
getChannelin interfaceChannelAccessAccessor
-
getConfirmationDeviceAvailability
public Availability getConfirmationDeviceAvailability()
- Specified by:
getConfirmationDeviceAvailabilityin interfaceChannelAccessAccessor
-
getConfirmationPassword
public PasswordType getConfirmationPassword()
- Specified by:
getConfirmationPasswordin interfaceChannelAccessAccessor
-
getDefaultPrincipalType
public PrincipalType getDefaultPrincipalType()
- Specified by:
getDefaultPrincipalTypein interfaceChannelAccessAccessor
-
getIdentityProviders
public Set<IdentityProvider> getIdentityProviders()
- Specified by:
getIdentityProvidersin interfaceChannelAccessAccessor
-
getPinConfiguration
public PinChannelConfiguration getPinConfiguration()
- Specified by:
getPinConfigurationin interfaceChannelAccessAccessor
-
getPrincipalTypes
public Set<PrincipalType> getPrincipalTypes()
- Specified by:
getPrincipalTypesin interfaceChannelAccessAccessor
-
getRegistrationWithIdentityProviders
public RegistrationWithIdentityProviders getRegistrationWithIdentityProviders()
- Specified by:
getRegistrationWithIdentityProvidersin interfaceChannelAccessAccessor
-
getSecondaryDeviceAvailability
public Availability getSecondaryDeviceAvailability()
- Specified by:
getSecondaryDeviceAvailabilityin interfaceChannelAccessAccessor
-
getSecondaryPassword
public PasswordType getSecondaryPassword()
- Specified by:
getSecondaryPasswordin interfaceChannelAccessAccessor
-
getSessionTimeout
public TimeInterval getSessionTimeout()
- Specified by:
getSessionTimeoutin interfaceChannelAccessAccessor
-
getUserAccess
public UserChannelAccess getUserAccess()
- Specified by:
getUserAccessin interfaceChannelAccessAccessor
-
getWhitelist
public InternetAddressList getWhitelist()
- Specified by:
getWhitelistin interfaceChannelAccessAccessor
-
isConfirmationOncePerSession
public boolean isConfirmationOncePerSession()
- Specified by:
isConfirmationOncePerSessionin interfaceChannelAccessAccessor
-
isRequireAuthenticationForDeviceConfirmation
public boolean isRequireAuthenticationForDeviceConfirmation()
- Specified by:
isRequireAuthenticationForDeviceConfirmationin interfaceChannelAccessAccessor
-
isRequireTrustedDeviceForLogin
public boolean isRequireTrustedDeviceForLogin()
- Specified by:
isRequireTrustedDeviceForLoginin interfaceChannelAccessAccessor
-
isSkipConfirmationForTrustedDevices
public boolean isSkipConfirmationForTrustedDevices()
- Specified by:
isSkipConfirmationForTrustedDevicesin interfaceChannelAccessAccessor
-
isUseIpWhitelist
public boolean isUseIpWhitelist()
- Specified by:
isUseIpWhitelistin interfaceChannelAccessAccessor
-
-