Uses of Class
org.apache.syncope.common.lib.to.AuthProfileTO
Packages that use AuthProfileTO
Package
Description
-
Uses of AuthProfileTO in org.apache.syncope.client.console.authprofiles
Fields in org.apache.syncope.client.console.authprofiles declared as AuthProfileTOModifier and TypeFieldDescriptionprotected final AuthProfileTO
AuthProfileItemDirectoryPanel.authProfile
Fields in org.apache.syncope.client.console.authprofiles with type parameters of type AuthProfileTOModifier and TypeFieldDescriptionprotected final BaseModal
<AuthProfileTO> AuthProfileItemDirectoryPanel.authProfileModal
Methods in org.apache.syncope.client.console.authprofiles that return types with arguments of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileDirectoryPanel.getActions
(IModel<AuthProfileTO> model) protected List
<IColumn<AuthProfileTO, String>> AuthProfileDirectoryPanel.getColumns()
AuthProfileDirectoryPanel.AuthProfileProvider.iterator
(long first, long count) AuthProfileDirectoryPanel.AuthProfileProvider.model
(AuthProfileTO object) Methods in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileDirectoryPanel.AuthProfileProvider.model
(AuthProfileTO object) Method parameters in org.apache.syncope.client.console.authprofiles with type arguments of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileDirectoryPanel.getActions
(IModel<AuthProfileTO> model) Constructors in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileTOModifierConstructorDescriptionAuthProfileItemDirectoryPanel
(String id, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, PageReference pageRef) Constructor parameters in org.apache.syncope.client.console.authprofiles with type arguments of type AuthProfileTOModifierConstructorDescriptionAuthProfileItemDirectoryPanel
(String id, AuthProfileRestClient restClient, BaseModal<AuthProfileTO> authProfileModal, AuthProfileTO authProfile, PageReference pageRef) -
Uses of AuthProfileTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AuthProfileTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type AuthProfileTOMethods in org.apache.syncope.client.console.rest with parameters of type AuthProfileTOModifier and TypeMethodDescriptionvoid
AuthProfileRestClient.create
(AuthProfileTO authProfile) void
AuthProfileRestClient.update
(AuthProfileTO authProfile) -
Uses of AuthProfileTO in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return AuthProfileTO -
Uses of AuthProfileTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AuthProfileTOModifier and TypeMethodDescriptionReturns the auth profile matching the provided if key, if found.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileService.list
(@jakarta.validation.constraints.Min(1L) int page, @jakarta.validation.constraints.Min(1L) int size) Returns the paginated list of existing auth profiles.Methods in org.apache.syncope.common.rest.api.service with parameters of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileService.create
(@NotNull AuthProfileTO authProfileTO) Create a new auth profile.void
AuthProfileService.update
(@NotNull AuthProfileTO authProfileTO) Updates the auth profile matching the provided if key, if found. -
Uses of AuthProfileTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuthProfileTOModifier and TypeMethodDescriptionAuthProfileLogic.create
(AuthProfileTO authProfileTO) protected AuthProfileTO
AbstractAuthProfileLogic.resolveReference
(Method method, Object... args) Methods in org.apache.syncope.core.logic that return types with arguments of type AuthProfileTOModifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<AuthProfileTO> AuthProfileLogic.list
(org.springframework.data.domain.Pageable pageable) Methods in org.apache.syncope.core.logic with parameters of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileLogic.create
(AuthProfileTO authProfileTO) void
AuthProfileLogic.update
(AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AuthProfileTOModifier and TypeMethodDescriptionAuthProfileDataBinder.getAuthProfileTO
(AuthProfile authProfile) Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileDataBinder.create
(AuthProfileTO authProfileTO) AuthProfileDataBinder.update
(AuthProfile authProfile, AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AuthProfileTOModifier and TypeMethodDescriptionAuthProfileDataBinderImpl.getAuthProfileTO
(AuthProfile authProfile) Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileDataBinderImpl.create
(AuthProfileTO authProfileTO) AuthProfileDataBinderImpl.update
(AuthProfile authProfile, AuthProfileTO authProfileTO) -
Uses of AuthProfileTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AuthProfileTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AuthProfileTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type AuthProfileTOModifier and TypeMethodDescriptionAuthProfileServiceImpl.create
(AuthProfileTO authProfileTO) void
AuthProfileServiceImpl.update
(AuthProfileTO authProfileTO)