fix credentials-api-paths+includes
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
classDiagram
|
||||
direction LR
|
||||
|
||||
OfficePerson o.. "*" LoginCredentials
|
||||
LoginCredentials "1" o-- "1" RbacSubject
|
||||
OfficePerson o.. "*" Credentials
|
||||
Credentials "1" o-- "1" RbacSubject
|
||||
|
||||
LoginContext "1..n" --o "1" LoginContextMapping
|
||||
LoginCredentials "1..n" --o "1" LoginContextMapping
|
||||
CredentialsContext "1..n" --o "1" CredentialsContextMapping
|
||||
Credentials "1..n" --o "1" CredentialsContextMapping
|
||||
|
||||
class LoginCredentials{
|
||||
class Credentials{
|
||||
+twoFactorAuth: text
|
||||
+telephonePassword: text
|
||||
+emailAdress: text
|
||||
@@ -18,14 +18,14 @@ classDiagram
|
||||
-onboardingToken: text [w/o]
|
||||
}
|
||||
|
||||
class LoginContext{
|
||||
class CredentialsContext{
|
||||
-type: Enum [SSH, Matrix, Mastodon, ...]
|
||||
-qualifier: text
|
||||
}
|
||||
|
||||
class LoginContextMapping{
|
||||
class CredentialsContextMapping{
|
||||
}
|
||||
note for LoginContextMapping "Assigns LoginCredentials to LoginContexts"
|
||||
note for CredentialsContextMapping "Assigns Credentials to CredentialsContexts"
|
||||
|
||||
class RbacSubject{
|
||||
+uuid: uuid
|
||||
@@ -41,9 +41,9 @@ classDiagram
|
||||
+salutation: text
|
||||
}
|
||||
|
||||
style LoginContext fill:#00f,color:#fff
|
||||
style LoginContextMapping fill:#00f,color:#fff
|
||||
style LoginCredentials fill:#00f,color:#fff
|
||||
style CredentialsContext fill:#00f,color:#fff
|
||||
style CredentialsContextMapping fill:#00f,color:#fff
|
||||
style Credentials fill:#00f,color:#fff
|
||||
|
||||
style RbacSubject fill:#f96,color:#fff
|
||||
style OfficePerson fill:#f66,color:#000
|
||||
|
Reference in New Issue
Block a user