public class SimpleCredentialGenerator extends Object implements CredentialGenerator
Constructor and Description |
---|
SimpleCredentialGenerator() |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<String> |
generateString(String applicationId,
String serviceInstanceId,
String descriptor,
int length,
boolean includeUppercaseAlpha,
boolean includeLowercaseAlpha,
boolean includeNumeric,
boolean includeSpecial) |
reactor.core.publisher.Mono<reactor.util.function.Tuple2<String,String>> |
generateUser(String applicationId,
String serviceInstanceId,
String descriptor,
int length,
boolean includeUppercaseAlpha,
boolean includeLowercaseAlpha,
boolean includeNumeric,
boolean includeSpecial) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deleteString, deleteUser
public reactor.core.publisher.Mono<reactor.util.function.Tuple2<String,String>> generateUser(String applicationId, String serviceInstanceId, String descriptor, int length, boolean includeUppercaseAlpha, boolean includeLowercaseAlpha, boolean includeNumeric, boolean includeSpecial)
generateUser
in interface CredentialGenerator
public reactor.core.publisher.Mono<String> generateString(String applicationId, String serviceInstanceId, String descriptor, int length, boolean includeUppercaseAlpha, boolean includeLowercaseAlpha, boolean includeNumeric, boolean includeSpecial)
generateString
in interface CredentialGenerator