Uses of Class
org.apache.syncope.common.lib.to.AuthProfileTO
-
-
Uses of AuthProfileTO in org.apache.syncope.client.console.authprofiles
Fields in org.apache.syncope.client.console.authprofiles declared as AuthProfileTO Modifier and Type Field Description protected AuthProfileTO
AuthProfileItemDirectoryPanel. authProfile
Fields in org.apache.syncope.client.console.authprofiles with type parameters of type AuthProfileTO Modifier and Type Field Description protected BaseModal<AuthProfileTO>
AuthProfileItemDirectoryPanel. authProfileModal
Methods in org.apache.syncope.client.console.authprofiles that return types with arguments of type AuthProfileTO Modifier and Type Method Description ActionsPanel<AuthProfileTO>
AuthProfileDirectoryPanel. getActions(IModel<AuthProfileTO> model)
protected List<IColumn<AuthProfileTO,String>>
AuthProfileDirectoryPanel. getColumns()
Iterator<AuthProfileTO>
AuthProfileDirectoryPanel.AuthProfileProvider. iterator(long first, long count)
IModel<AuthProfileTO>
AuthProfileDirectoryPanel.AuthProfileProvider. model(AuthProfileTO object)
Methods in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileTO Modifier and Type Method Description IModel<AuthProfileTO>
AuthProfileDirectoryPanel.AuthProfileProvider. model(AuthProfileTO object)
Method parameters in org.apache.syncope.client.console.authprofiles with type arguments of type AuthProfileTO Modifier and Type Method Description ActionsPanel<AuthProfileTO>
AuthProfileDirectoryPanel. getActions(IModel<AuthProfileTO> model)
Constructors in org.apache.syncope.client.console.authprofiles with parameters of type AuthProfileTO Constructor Description AuthProfileItemDirectoryPanel(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 AuthProfileTO Constructor Description AuthProfileItemDirectoryPanel(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 AuthProfileTO Modifier and Type Method Description AuthProfileTO
AuthProfileRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AuthProfileTO Modifier and Type Method Description List<AuthProfileTO>
AuthProfileRestClient. list(int page, int size)
Methods in org.apache.syncope.client.console.rest with parameters of type AuthProfileTO Modifier and Type Method Description void
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 Modifier and Type Method Description AuthProfileTO
AuthProfileTO.Builder. build()
-
Uses of AuthProfileTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AuthProfileTO Modifier and Type Method Description AuthProfileTO
AuthProfileService. read(@NotNull String key)
Returns 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 AuthProfileTO Modifier and Type Method Description PagedResult<AuthProfileTO>
AuthProfileService. list(@javax.validation.constraints.Min(1L) int page, @javax.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 AuthProfileTO Modifier and Type Method Description javax.ws.rs.core.Response
AuthProfileService. 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 AuthProfileTO Modifier and Type Method Description AuthProfileTO
AuthProfileLogic. create(AuthProfileTO authProfileTO)
AuthProfileTO
AuthProfileLogic. read(String key)
protected AuthProfileTO
AbstractAuthProfileLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type AuthProfileTO Modifier and Type Method Description Pair<Integer,List<AuthProfileTO>>
AuthProfileLogic. list(int page, int size)
Methods in org.apache.syncope.core.logic with parameters of type AuthProfileTO Modifier and Type Method Description AuthProfileTO
AuthProfileLogic. 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 AuthProfileTO Modifier and Type Method Description AuthProfileTO
AuthProfileDataBinder. getAuthProfileTO(AuthProfile authProfile)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthProfileTO Modifier and Type Method Description AuthProfile
AuthProfileDataBinder. create(AuthProfileTO authProfileTO)
AuthProfile
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 AuthProfileTO Modifier and Type Method Description AuthProfileTO
AuthProfileDataBinderImpl. getAuthProfileTO(AuthProfile authProfile)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthProfileTO Modifier and Type Method Description AuthProfile
AuthProfileDataBinderImpl. create(AuthProfileTO authProfileTO)
AuthProfile
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 AuthProfileTO Modifier and Type Method Description AuthProfileTO
AuthProfileServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AuthProfileTO Modifier and Type Method Description PagedResult<AuthProfileTO>
AuthProfileServiceImpl. list(int page, int size)
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AuthProfileTO Modifier and Type Method Description javax.ws.rs.core.Response
AuthProfileServiceImpl. create(AuthProfileTO authProfileTO)
void
AuthProfileServiceImpl. update(AuthProfileTO authProfileTO)
-