Uses of Interface
com.iizix.urn.user.IUserProfileStringURNProvider
Packages that use IUserProfileStringURNProvider Package Description com.iizix.server.user com.iizix.urn.user Uses of IUserProfileStringURNProvider in com.iizix.server.user
Classes in com.iizix.server.user that implement IUserProfileStringURNProvider Modifier and Type Class Description class
UserProfileStringURNProvider
The URN User Profile String Provider singleton class.Methods in com.iizix.server.user that return IUserProfileStringURNProvider Modifier and Type Method Description static IUserProfileStringURNProvider
UserProfileStringURNProvider. getInstance()
Gets the singleton instance.Uses of IUserProfileStringURNProvider in com.iizix.urn.user
Methods in com.iizix.urn.user with parameters of type IUserProfileStringURNProvider Modifier and Type Method Description static void
UserProfileStringURNFactory. initialize(URNFactory factory, IUserProfileStringURNProvider provider)
Initializes the User Profile String URN factory.static void
UserProfileStringURN. setUserProfileStringURNProvider(IUserProfileStringURNProvider provider)
Assigns the User Profile String URN provider.