Class AuthClientUpdated
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.Event<AuthClient>
com.cloudimpl.outstack.spring.security.domain.AuthClientUpdated
public class AuthClientUpdated extends Event<AuthClient>
- Author:
- nuwan
-
Nested Class Summary
Nested classes/interfaces inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
Event.Action, Event.Meta -
Field Summary
-
Constructor Summary
Constructors Constructor Description AuthClientUpdated(java.lang.String clientId, java.lang.String secret, java.util.List<java.lang.String> redirectUrls) -
Method Summary
Modifier and Type Method Description java.lang.StringentityId()java.lang.StringgetClientId()java.lang.Class<? extends Entity>getOwner()java.util.List<java.lang.String>getRedirectUrls()java.lang.Class<? extends RootEntity>getRootOwner()java.lang.StringgetSecret()java.lang.StringrootEntityId()Methods inherited from class com.cloudimpl.outstack.runtime.domainspec.Event
getAction, getBRN, getEntityRN, getEntityTRN, getMeta, getRootEntityRN, getRootEntityTRN, getSeqNum, getTRN, id, isConsumed, isRootEvent, persistedId, rootId, rootPersistedId, setAction, setId, setRootId, setSeqNum, setTenantId, tenantId, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
AuthClientUpdated
public AuthClientUpdated(java.lang.String clientId, java.lang.String secret, java.util.List<java.lang.String> redirectUrls)
-
-
Method Details
-
getOwner
- Specified by:
getOwnerin classEvent<AuthClient>
-
getRootOwner
- Specified by:
getRootOwnerin classEvent<AuthClient>
-
getClientId
public java.lang.String getClientId() -
getRedirectUrls
public java.util.List<java.lang.String> getRedirectUrls() -
getSecret
public java.lang.String getSecret() -
entityId
public java.lang.String entityId()- Specified by:
entityIdin classEvent<AuthClient>
-
rootEntityId
public java.lang.String rootEntityId()- Specified by:
rootEntityIdin classEvent<AuthClient>
-