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 SyncopeAnonymousClient
SyncopeConsoleSession. anonymousClient
Methods in org.apache.syncope.client.console that return SyncopeAnonymousClient Modifier and Type Method Description SyncopeAnonymousClient
SyncopeConsoleSession. getAnonymousClient()
SyncopeAnonymousClient
SyncopeWebApplication. 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 SyncopeAnonymousClient
SyncopeEnduserSession. anonymousClient
Methods in org.apache.syncope.client.enduser that return SyncopeAnonymousClient Modifier and Type Method Description SyncopeAnonymousClient
SyncopeEnduserSession. getAnonymousClient()
SyncopeAnonymousClient
SyncopeWebApplication. 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 SyncopeAnonymousClient
SyncopeClientFactoryBean. 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 SyncopeAnonymousClient
BaseSession. getAnonymousClient()
-