Uses of Class
org.apache.syncope.client.lib.SyncopeAnonymousClient
-
Packages that use SyncopeAnonymousClient Package Description org.apache.syncope.client.console org.apache.syncope.client.enduser org.apache.syncope.client.lib org.apache.syncope.client.ui.commons -
-
Uses of SyncopeAnonymousClient in org.apache.syncope.client.console
Fields in org.apache.syncope.client.console declared as SyncopeAnonymousClient Modifier and Type Field Description protected SyncopeAnonymousClientSyncopeConsoleSession. anonymousClientMethods in org.apache.syncope.client.console that return SyncopeAnonymousClient Modifier and Type Method Description SyncopeAnonymousClientSyncopeConsoleSession. getAnonymousClient()SyncopeAnonymousClientSyncopeWebApplication. newAnonymousClient(String domain) -
Uses of SyncopeAnonymousClient in org.apache.syncope.client.enduser
Fields in org.apache.syncope.client.enduser declared as SyncopeAnonymousClient Modifier and Type Field Description protected SyncopeAnonymousClientSyncopeEnduserSession. anonymousClientMethods in org.apache.syncope.client.enduser that return SyncopeAnonymousClient Modifier and Type Method Description SyncopeAnonymousClientSyncopeEnduserSession. getAnonymousClient()SyncopeAnonymousClientSyncopeWebApplication. newAnonymousClient(String domain) -
Uses of SyncopeAnonymousClient in org.apache.syncope.client.lib
Methods in org.apache.syncope.client.lib that return SyncopeAnonymousClient Modifier and Type Method Description SyncopeAnonymousClientSyncopeClientFactoryBean. createAnonymous(String username, String password)Builds client instance with the given anonymous credentials. -
Uses of SyncopeAnonymousClient in org.apache.syncope.client.ui.commons
Methods in org.apache.syncope.client.ui.commons that return SyncopeAnonymousClient Modifier and Type Method Description SyncopeAnonymousClientBaseSession. getAnonymousClient()
-