public interface SecurityService
Modifier and Type | Method and Description |
---|---|
boolean |
credentialsValid(String user,
String password)
Deprecated.
from 10.0 , replaced by
credentialsValid(String, String, boolean) instead |
boolean |
credentialsValid(String user,
String password,
boolean isInteractive)
Check user credentials
|
boolean |
credentialsValid(String user,
String password,
boolean isInteractive,
String userRepositoryName)
Check user credentials on the specified user repository server.
|
List<String> |
getUserRepositoryServersName()
This will return all user repositories servers names.
|
boolean credentialsValid(String user, String password)
credentialsValid(String, String, boolean)
insteaduser
- password
- boolean credentialsValid(String user, String password, boolean isInteractive)
user
- password
- isInteractive
- - specifies whether the flow is interactiveboolean credentialsValid(String user, String password, boolean isInteractive, String userRepositoryName)
userRepositoryName
- the host name of the user repository serveruser
- password
- isInteractive
- Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.