forked from apereo/cas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
broke down api module to smaller modules
- Loading branch information
1 parent
22fb861
commit d647975
Showing
191 changed files
with
351 additions
and
253 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
description = 'Apereo CAS Core Authentication APIs' | ||
dependencies { | ||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile project(':cas-server-core-api-protocol') | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
...sig/cas/authentication/HandlerResult.java → ...sig/cas/authentication/HandlerResult.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...java/org/jasig/cas/MessageDescriptor.java → ...cas/authentication/MessageDescriptor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.jasig.cas; | ||
package org.jasig.cas.authentication; | ||
|
||
import java.io.Serializable; | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
description = 'Apereo CAS Core Logout APIs' | ||
dependencies { | ||
|
||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile project(':cas-server-core-api-authentication') | ||
compile project(':cas-server-core-api-ticket') | ||
} | ||
|
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
...a/org/jasig/cas/logout/LogoutRequest.java → ...a/org/jasig/cas/logout/LogoutRequest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
4 changes: 3 additions & 1 deletion
4
...cation/principal/SingleLogoutService.java → ...jasig/cas/logout/SingleLogoutService.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
description = 'Apereo CAS Core Monitor APIs' | ||
dependencies { | ||
|
||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
description = 'Apereo CAS Core Protocol APIs' | ||
dependencies { | ||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
} | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
description = 'Apereo CAS Core Services APIs' | ||
dependencies { | ||
|
||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile project(':cas-server-core-api-authentication') | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 1 addition & 3 deletions
4
...ices/RegisteredServiceCipherExecutor.java → ...ices/RegisteredServiceCipherExecutor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
description = 'Apereo CAS Core Ticket APIs' | ||
dependencies { | ||
|
||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile project(':cas-server-core-api-authentication') | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...sig/cas/util/UniqueTicketIdGenerator.java → ...g/cas/ticket/UniqueTicketIdGenerator.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...asig/cas/monitor/TicketRegistryState.java → .../ticket/registry/TicketRegistryState.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
description = 'Apereo CAS Core Utility APIs' | ||
dependencies { | ||
compile group: 'com.google.guava', name: 'guava', version:guavaVersion | ||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
...va/org/jasig/cas/util/CipherExecutor.java → ...in/java/org/jasig/cas/CipherExecutor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package org.jasig.cas.util; | ||
package org.jasig.cas; | ||
|
||
import javax.validation.constraints.NotNull; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
description = 'Apereo CAS Core Validation APIs' | ||
dependencies { | ||
|
||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile project(':cas-server-core-api-authentication') | ||
} | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
description = 'Apereo CAS Core Web APIs' | ||
dependencies { | ||
|
||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile project(':cas-server-core-api-authentication') | ||
compile project(':cas-server-core-api') | ||
} | ||
|
4 changes: 1 addition & 3 deletions
4
...s/services/web/view/CasViewConstants.java → .../java/org/jasig/cas/CasViewConstants.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
|
||
description = 'Apereo CAS Core APIs' | ||
dependencies { | ||
compile group: 'org.apache.commons', name: 'commons-collections4', version:commonsCollectionsVersion | ||
compile group: 'com.google.guava', name: 'guava', version:guavaVersion | ||
compile group: 'org.apache.commons', name: 'commons-lang3', version:commonsLangVersion | ||
compile group: 'joda-time', name: 'joda-time', version:jodaTimeVersion | ||
compile project(':cas-server-core-api-protocol') | ||
compile project(':cas-server-core-api-authentication') | ||
compile project(':cas-server-core-api-services') | ||
compile project(':cas-server-core-api-ticket') | ||
compile project(':cas-server-core-api-logout') | ||
compile project(':cas-server-core-api-validation') | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,30 @@ | ||
|
||
description = 'Apereo CAS Core Audit' | ||
dependencies { | ||
compile project(':cas-server-core-api') | ||
compile(group: 'org.jasig.inspektr', name: 'inspektr-audit', version:inspektrVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'validation-api') | ||
exclude(module: 'aspectjrt') | ||
} | ||
compile(group: 'org.springframework.security', name: 'spring-security-core', version:springSecVersion) { | ||
exclude(module: 'spring-core') | ||
exclude(module: 'spring-beans') | ||
exclude(module: 'spring-context') | ||
exclude(module: 'spring-aop') | ||
exclude(module: 'spring-expression') | ||
exclude(module: 'spring-web') | ||
} | ||
compile project(':cas-server-core-util') | ||
testCompile(group: 'org.hibernate', name: 'hibernate-validator', version:hibernateValidatorVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'jboss-logging') | ||
} | ||
testCompile project(':cas-server-core-logout') | ||
testCompile project(':cas-server-core-monitor') | ||
testCompile project(':cas-server-core-util') | ||
testCompile project(path: ":cas-server-core-authentication", configuration: "tests") | ||
testCompile project(':cas-server-core') | ||
testCompile project(path: ":cas-server-core", configuration: "tests") | ||
compile project(':cas-server-core-api') | ||
compile(group: 'org.jasig.inspektr', name: 'inspektr-audit', version: inspektrVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'validation-api') | ||
exclude(module: 'aspectjrt') | ||
} | ||
compile(group: 'org.springframework.security', name: 'spring-security-core', version: springSecVersion) { | ||
exclude(module: 'spring-core') | ||
exclude(module: 'spring-beans') | ||
exclude(module: 'spring-context') | ||
exclude(module: 'spring-aop') | ||
exclude(module: 'spring-expression') | ||
exclude(module: 'spring-web') | ||
} | ||
compile project(':cas-server-core-util') | ||
testCompile(group: 'org.hibernate', name: 'hibernate-validator', version: hibernateValidatorVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'jboss-logging') | ||
} | ||
testCompile project(':cas-server-core-logout') | ||
testCompile project(':cas-server-core-monitor') | ||
testCompile project(':cas-server-core-util') | ||
testCompile project(path: ":cas-server-core-authentication", configuration: "tests") | ||
testCompile project(':cas-server-core') | ||
testCompile project(path: ":cas-server-core", configuration: "tests") | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,44 @@ | ||
description = 'Apereo CAS Core Authentication' | ||
dependencies { | ||
compile project(':cas-server-core-api') | ||
compile(group: 'io.dropwizard.metrics', name: 'metrics-annotation', version:dropwizardMetricsVersion) { | ||
exclude(module: 'slf4j-api') | ||
} | ||
compile project(':cas-server-core-util') | ||
compile(group: 'org.jasig.inspektr', name: 'inspektr-audit', version:inspektrVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'validation-api') | ||
exclude(module: 'aspectjrt') | ||
} | ||
compile(group: 'org.jasig.service.persondir', name: 'person-directory-impl', version:personDirectoryVersion) { | ||
exclude(module: 'commons-logging') | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'commons-lang3') | ||
exclude(module: 'commons-collections4') | ||
exclude(module: 'spring-beans') | ||
exclude(module: 'spring-context') | ||
exclude(module: 'spring-core') | ||
exclude(module: 'spring-tx') | ||
exclude(module: 'ldaptive') | ||
} | ||
compile(group: 'org.springframework.webflow', name: 'spring-binding', version:springWebflowVersion) { | ||
exclude(module: 'commons-logging') | ||
exclude(module: 'spring-beans') | ||
exclude(module: 'spring-context') | ||
exclude(module: 'spring-core') | ||
exclude(module: 'spring-expression') | ||
exclude(module: 'spring-webmvc') | ||
} | ||
testCompile project(':cas-server-core-web') | ||
testCompile(group: 'org.hibernate', name: 'hibernate-core', version:hibernateVersion) { | ||
exclude(module: 'jboss-logging-annotations') | ||
exclude(module: 'javassist') | ||
} | ||
testCompile(group: 'org.hibernate', name: 'hibernate-validator', version:hibernateValidatorVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'jboss-logging') | ||
exclude(module: 'xml-apis') | ||
} | ||
compile project(':cas-server-core-api-services') | ||
compile project(':cas-server-core-api-ticket') | ||
compile(group: 'io.dropwizard.metrics', name: 'metrics-annotation', version: dropwizardMetricsVersion) { | ||
exclude(module: 'slf4j-api') | ||
} | ||
compile project(':cas-server-core-util') | ||
compile(group: 'org.jasig.inspektr', name: 'inspektr-audit', version: inspektrVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'validation-api') | ||
exclude(module: 'aspectjrt') | ||
} | ||
compile(group: 'org.jasig.service.persondir', name: 'person-directory-impl', version: personDirectoryVersion) { | ||
exclude(module: 'commons-logging') | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'commons-lang3') | ||
exclude(module: 'commons-collections4') | ||
exclude(module: 'spring-beans') | ||
exclude(module: 'spring-context') | ||
exclude(module: 'spring-core') | ||
exclude(module: 'spring-tx') | ||
exclude(module: 'ldaptive') | ||
} | ||
compile(group: 'org.springframework.webflow', name: 'spring-binding', version: springWebflowVersion) { | ||
exclude(module: 'commons-logging') | ||
exclude(module: 'spring-beans') | ||
exclude(module: 'spring-context') | ||
exclude(module: 'spring-core') | ||
exclude(module: 'spring-expression') | ||
exclude(module: 'spring-webmvc') | ||
} | ||
testCompile project(':cas-server-core-web') | ||
testCompile(group: 'org.hibernate', name: 'hibernate-core', version: hibernateVersion) { | ||
exclude(module: 'jboss-logging-annotations') | ||
exclude(module: 'javassist') | ||
} | ||
testCompile(group: 'org.hibernate', name: 'hibernate-validator', version: hibernateValidatorVersion) { | ||
exclude(module: 'slf4j-api') | ||
exclude(module: 'jboss-logging') | ||
exclude(module: 'xml-apis') | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cas/authentication/handler/support/AbstractPreAndPostProcessingAuthenticationHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.