Package com.enonic.xp.security
Class IdProviderConfig
- java.lang.Object
-
- com.enonic.xp.security.IdProviderConfig
-
@Beta public final class IdProviderConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IdProviderConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdProviderConfig.Builder
create()
boolean
equals(java.lang.Object o)
ApplicationKey
getApplicationKey()
PropertyTree
getConfig()
int
hashCode()
-
-
-
Method Detail
-
getApplicationKey
public ApplicationKey getApplicationKey()
-
getConfig
public PropertyTree getConfig()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
create
public static IdProviderConfig.Builder create()
-
-